[]
Gets or sets the text in the cell when the cell's value is false.
public string TextFalse { get; set; }
Public Property TextFalse As String
CheckBoxCellType cellType = new CheckBoxCellType();
cellType.TextFalse = "Unchecked";
string falseText = cellType.TextFalse;