GcSpread.Sheets Namespace > Column type : foreColor Method |
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea); var returnValue; // Type: string returnValue = instance.foreColor(value);
function foreColor( value : string ) : string;
activeSheet.getColumn(3).foreColor("blue");