Unselectable: TriState;
The Unselectable property determines whether the cell can be selected.
Available values:
TriState.Undefined. Selection is undefined.
TriState.OnOption. The cell cannot be selected.
TriState.OffOption. Default value. The cell can be selected.
The property use is given in the example for ITabCellStyle.ActivationEditorMode.
See also: