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.