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