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