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