GC.Spread.Sheets.CellTypes Namespace > Button class : buttonBackColor Method |
var instance = new GC.Spread.Sheets.CellTypes.Button(); var returnValue; // Type: any returnValue = instance.buttonBackColor(value);
function buttonBackColor( value : string ) : any;
var cellType = new GC.Spread.Sheets.CellTypes.Button(); cellType.buttonBackColor("#FFFF00"); cellType.text("this is a button"); activeSheet.getCell(0, 2).cellType(cellType);