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

Parameters

name
The name of the floating object.
x
The x location of the floating object.
y
The y location of the floating object.
width
The width of the floating object.
height
The height of the floating object.
Remarks
This is a base class that is intended for internal use.
See Also

Reference

FloatingObjects type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.