[]
Gets or sets the text in the cell when the cell's value is indeterminate (neither true nor false).
public string TextIndeterminate { get; set; }
Public Property TextIndeterminate As String
CheckBoxCellType cellType = new CheckBoxCellType();
cellType.TextIndeterminate = "Pending";
string indeterminateText = cellType.TextIndeterminate;