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