var instance = new GC.Spread.Sheets.CellTypes.CheckBox(); var returnValue; // Type: any returnValue = instance.textIndeterminate(value);
function textIndeterminate( value : string ) : any;
Parameters
- value
- The text in the cell when the cell's value is indeterminate.
Return Value
If no value is set, returns the text in the cell when the cell's value is indeterminate. If a value is set, returns the check box cell type.