constants CheckStateEnum
Specifies the cell's state if
CellHasCheckBox
or
CellHasRadioButton
property is True.
Name
Value
Description
Unchecked
0
The cell is not checked.
Checked
1
The cell is checked.
PartialChecked
2
The cell is partially checked. To allow partially checks for a cell, the
PartialCheck
property should be True.