Spread 8.0 Documentation
|
|
ActiveX
|
Support Options
|
ActiveX
To delete columns and rows
- If your control contains more than one sheet, specify the sheet with which you want to work by setting the Sheet property.
-
If you want to delete columns,
- Call the DeleteCols method.
- Set the Col parameter to the column number of the column to delete, or first column number of a range of columns to be deleted.
- Set the NumCols parameter to the number of columns to delete.
-
If you want to delete rows,
- Call the DeleteRows method.
- Set the Row parameter to the row number of the row to delete, or first row number of a range of rows to be deleted.
- Set the NumRows parameter to the number of rows to delete.