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

Copyright © GrapeCity, inc. All rights reserved.