var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height); var returnValue; // Type: any returnValue = instance.x(value);
function x( value : number ) : any;
Parameters
- value
- The horizontal location of the floating object.