Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To specify the text for a check box cell

  1. Call the SSSetTypeCheckBox function and set the parameters as follows:
    1. Set the lpText parameter to specify the text to display in the cell.
    2. If you want to display the text to the left of the check box or picture, set the lStyle parameter to BS_LEFTTEXT.
  2. Call the SSSetCellType or SSSetCellTypeRange function and set the CellType parameter to SS_TYPE_CHECKBOX.
Copyright © GrapeCity, inc. All rights reserved.