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