var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height); var returnValue; // Type: any returnValue = instance.allowMove(value);
function allowMove( value : boolean ) : any;
Parameters
- value
- The setting for whether to disable moving the floating object.
Return Value
If no value is set, returns the setting for whether to disable moving the floating object; otherwise, returns the floating object.