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