var instance = new GC.Spread.Sheets.Shapes.ShapeBase(); var returnValue; // Type: any returnValue = instance.allowMove(value);
function allowMove( value : boolean ) : any;
Parameters
- value
- The setting for whether to disable moving the shape.
Return Value
If no value is set, returns the setting for whether to disable moving the shape.