GcSpread.Sheets Namespace > Cell type : backgroundImage Method |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea); var returnValue; // Type: string returnValue = instance.backgroundImage(value);
function backgroundImage( value : string ) : string;
activeSheet.getCell(1,1).backgroundImage("images/example.jpg");