Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A Check Box cell contains a check box to the left of the cell's contents. The cell can still be edited if CellProtection allows for it. Thus, the embedded check box has it's own protection level accessible via the [L]SRP OLE EditTable*CellCheckEnabled[L] property. The current value of a cell's check box is explicitely explicitly available via the [L]SRP OLE EditTable*CellCheck[L] property CellCheck property.

The IsFlat parameter is a true/false value indicating whether the appearance of the check box is flat (true) or 3-dimensional (false). The AsData parameter is also a true/false value indicating whether the check box should be interpreted as the cell's data. When set to true, the ARRAY and LIST properties as well as the INSERT method modify the check box value rather than the cell's text.

...