SpreadJS Documentation
src Method
The src of the picture.
Gets or sets the src of the picture.
Syntax
var instance = new GcSpread.Sheets.Picture(name, src, x, y, width, height);
var returnValue; // Type: Object
returnValue = instance.src(value);
function src( 
   value : string
) : Object;

Parameters

value
The src of the picture.

Return Value

The src of the picture.
See Also

Reference

Picture type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.