Spread.Sheets Documentation
y Method
The vertical location of the floating object.
Gets or sets the vertical location of the floating object.
Syntax
var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height);
var returnValue; // Type: any
returnValue = instance.y(value);
function y( 
   value : number
) : any;

Parameters

value
The vertical location of the floating object.
See Also

Reference

FloatingObject type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.