constants CheckStateEnum
Specifies the cell's state if CellHasCheckBox or CellHasRadioButton property is True.

NameValueDescription
Unchecked0 The cell is not checked.
Checked1 The cell is checked.
PartialChecked2 The cell is partially checked. To allow partially checks for a cell, the PartialCheck property should be True.