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