Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example deletes column 3 from the sheet.

C++

// delete column 3
m_Spread1.DeleteCols(3, 1);

Visual Basic

' delete column 3
fpSpread1.DeleteCols 3, 1

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.