[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CheckBoxCellType.TextFalse

TextFalse Property

TextFalse

Gets or sets the text in the cell when the cell's value is false.

Declaration
public string TextFalse { get; set; }
Public Property TextFalse As String
Examples
CheckBoxCellType cellType = new CheckBoxCellType();
cellType.TextFalse = "Unchecked";
string falseText = cellType.TextFalse;