Spread.Sheets Documentation
Picture Method
The name of the picture.
The image source of the picture.
The x location of the picture.
The y location of the picture.
The width of the picture.
The height of the picture.
Represents a picture.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.FloatingObjects.Picture(name, src, x, y, width, height);
function Picture( 
   name : string,
   src : string,
   x : number,
   y : number,
   width : number,
   height : number
) : any;

Parameters

name
The name of the picture.
src
The image source of the picture.
x
The x location of the picture.
y
The y location of the picture.
width
The width of the picture.
height
The height of the picture.
See Also

Reference

FloatingObjects type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.