var instance = new GC.Spread.Sheets.Worksheet(name); var returnValue; // Type: Object returnValue = instance.visible(value);
function visible( value : boolean ) : Object;
Parameters
- value
- Whether the worksheet is displayed.
Return Value
If you call this function without a parameter, it returns a boolean indicating whether the sheet is visible; otherwise, it returns the current worksheet object.