SpreadJS Documentation
src Method
GC.Spread.Sheets.FloatingObjects Namespace > Picture type : src Method
The src of the picture.
Gets or sets the src of the picture.
Syntax
var instance = new GC.Spread.Sheets.FloatingObjects.Picture(name, src, x, y, width, height);
var returnValue; // Type: any
returnValue = instance.src(value);
function src( 
   value : string
) : any;

Parameters

value
The src of the picture.

Return Value

If no value is set, returns the src of the picture; otherwise, returns the picture.
See Also

Reference

Picture type