[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CheckBoxCellType.TextTrue

TextTrue Property

TextTrue

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

Declaration
public string TextTrue { get; set; }
Public Property TextTrue As String
Examples
CheckBoxCellType cellType = new CheckBoxCellType();
cellType.TextTrue = "Checked";
string trueText = cellType.TextTrue;