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