SpreadJS Documentation
backgroundImage Method
The cell background image.
Gets or sets the background image for the cell.
Syntax
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea);
var returnValue; // Type: string
returnValue = instance.backgroundImage(value);
function backgroundImage( 
   value : string
) : string;

Parameters

value
The cell background image.

Return Value

The cell background image.
Example
This example sets the cell image.
activeSheet.getCell(1,1).backgroundImage("images/example.jpg");
See Also

Reference

Cell type
Adding a Background Image

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.