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