[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CheckBoxCellType.IsThreeState

IsThreeState Property

IsThreeState

Gets or sets a value that indicates whether the check box supports three states.

Declaration
public bool IsThreeState { get; set; }
Public Property IsThreeState As Boolean
Examples
CheckBoxCellType cellType = new CheckBoxCellType();
cellType.IsThreeState = true;
bool isThreeState = cellType.IsThreeState;