Glossary Item Box
The following example deletes column 3 from the sheet.
// delete column 3 m_Spread1.DeleteCols(3, 1);
' delete column 3 fpSpread1.DeleteCols 3, 1