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