GcSpread.Sheets Namespace > Cell type : backColor Method |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea); var returnValue; // Type: string returnValue = instance.backColor(value);
function backColor( value : string ) : string;
activeSheet.getCell(1,1).backColor("lightgreen");