SpreadJS Documentation
backgroundImage Method
The image source.
Gets or sets the background image of the Spread component.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.backgroundImage(value);
function backgroundImage( 
   value : string
) : Object;

Parameters

value
The image source.

Return Value

The image source used to represent the background image of the Spread component.
Example
This example sets the background image for the Spread widget.
activeSpread.backgroundImage("images/example.jpg");
Remarks
The default value is null.
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.