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