var instance = new GC.Spread.Sheets.CellTypes.CheckBox(); var returnValue; // Type: any returnValue = instance.caption(value);
function caption( value : string ) : any;
Parameters
- value
- The caption of the cell type.
Return Value
If no value is set, returns the caption; otherwise, returns the check box cell type.