GcSpread.Sheets Namespace > Row type : foreColor Method |
var instance = new GcSpread.Sheets.Row(sheet, index, sheetArea); var returnValue; // Type: string returnValue = instance.foreColor(value);
function foreColor( value : string ) : string;
activeSheet.getRow(2).foreColor("green");