Spread 8.0 Documentation
|
|
DLL
|
Support Options
|
DLL
To merge cells
-
To allow cells in a column to merge across rows, call the SSSetColMerge function and set the parameters as follows,
- Set the Col parameter to specify the column that will allow cells to merge.
- Set the nColMerge parameter to specify how the merges can occur.
-
To allow cells in a row to merge across columns, call the SSSetRowMerge function and set the parameters as follows,
- Set the Row parameter to specify the row that will allow cells to merge.
- Set the nRowMerge parameter to specify how the merges can occur.