var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height); var returnValue; // Type: any returnValue = instance.width(value);
function width( value : number ) : any;
Parameters
- value
- The width of a floating object.
Return Value
If no value is set, returns the width of a floating object; otherwise, returns the floating object.