var instance = new GC.Spread.Sheets.CellTypes.Button(); var returnValue; // Type: any returnValue = instance.text(value);
function text( value : string ) : any;
Parameters
- value
- The button's content.
Return Value
If no value is set, returns the content; otherwise, returns the button cell type.