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