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

Parameters

value
The column background image.

Return Value

The column background image.
Example
This example specifies the image.
activeSheet.getColumn(1).backgroundImage("images/example.jpg");
See Also

Reference

Column type
Adding a Background Image

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.