Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To merge cells

  1. To allow cells in a column to merge across rows, call the SSSetColMerge function and set the parameters as follows,
    1. Set the Col parameter to specify the column that will allow cells to merge.
    2. Set the nColMerge parameter to specify how the merges can occur.
  2. To allow cells in a row to merge across columns, call the SSSetRowMerge function and set the parameters as follows,
    1. Set the Row parameter to specify the row that will allow cells to merge.
    2. Set the nRowMerge parameter to specify how the merges can occur.
Copyright © GrapeCity, inc. All rights reserved.