var instance = new GC.Spread.Sheets.CellTypes.CheckBox(); var returnValue; // Type: any returnValue = instance.isThreeState(value);
function isThreeState( value : boolean ) : any;
Parameters
- value
- Whether the check box supports three states.
Return Value
If no value is set, returns whether the check box supports three states; otherwise, returns the check box cell type.