Retrieves or sets a value indicating whether the cell has an
associated checkbox.
Type | Description | |||
Item as Variant | A long expression that indicates the item's handle. | |||
ColIndex as Variant | A long expression that indicates the cell's handle or the column's index, a string expression that indicates the column's caption or the column's key. | |||
Boolean | A boolean expression that indicates whether the cell contains a check box button. |
Use the CellState property to change the state
of the cell of the check box type. The cell cannot display in the same time a
radio and a check button.
Use the CellHasRadioButton
property to add a radio button to your cell. Use the PartialCheck
property to enable partial check feature. Use the Def
property to assign check boxes for all cells in the column. Use the CellImage
property to add a single icon to a cell. Use the CellImages
property to assign multiple icons to a cell. Use the CellPicture
property to load a custom size picture to a cell. Use the FilterType
property on exCheck to filter for checked or unchecked items. Use
the Def(exCellDrawPartsOrder) property
to specify the order of the drawing parts inside the cell.