Spread 8.0 Documentation
|
|
DLL
|
Support Options
|
DLL
To insert columns and rows
-
If you are inserting columns,
- If you do not want to delete the rightmost column or columns, increase the number of columns by calling the SSSetMaxCols function.
- Call the SSInsCol function to insert a column, or call the SSInsColRange function to insert a range of columns.
-
If you are inserting rows,
- If you do not want to delete the bottom row or rows, increase the number of rows by calling the SSSetMaxRows function.
- Call the SSInsRow function to insert a row, or call the SSInsRowRange function to insert a range of rows.