Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To span cells

  1. If you want to verify whether a cell is already in a span, call the SSGetCellSpan function to return whether a cell is in a span, and if it is in a span, the anchor cell for the span.
    The control will not allow a cell in a span to be included in another span. However, you might want to check a cell, and display a message for users if they try to add a cell in a span to another span.
  2. Call the SSAddCellSpan function to create the span, setting the parameters as follows,
    1. Set the lCol and lRow parameters to specify the anchor cell.
    2. Set the lNumCols and lNumRows parameters to specify the number of columns and rows of cells to include in the span.
Copyright © GrapeCity, inc. All rights reserved.