ig.excel.WorksheetVisibility
Represents the various visibilities of a worksheet.
Remarks
The worksheet visibility indicates how the worksheet will be displayed in the tab bar at the bottom of the workbook window in Microsoft Excel.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
-
hidden
- Type:
- ig.excel.WorksheetVisibility
- Default:
- 1
The worksheet tab is not present in the tab bar. The worksheet can be made visible from the Unhide dialog in Microsoft Excel.
-
strongHidden
- Type:
- ig.excel.WorksheetVisibility
- Default:
- 2
The worksheet tab is not present in the tab bar. The worksheet can only be made visible again through a Visual Basic procedure in Microsoft Excel. The worksheet can not be made visible through the user interface.
-
visible
- Type:
- ig.excel.WorksheetVisibility
- Default:
- 0
The worksheet tab is present in the tab bar.
The current widget has no events.
The current widget has no public methods.