var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.backColor(value);
function backColor( value : string ) : any;
Parameters
- value
- The cell background color.
Return Value
If no value is set, returns the cell background color; otherwise, returns the cell.