var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height); var returnValue; // Type: any returnValue = instance.dynamicSize(value);
function dynamicSize( value : boolean ) : any;
Parameters
- value
- The value indicates whether the size of the object changes when hiding or showing, resizing, or moving rows or columns.
Return Value
If no value is set, returns whether this floating object dynamically changes size; otherwise, returns the floating object.