public enum WorksheetVisibility : System.Enum
Member | Description |
---|---|
Hidden | The worksheet tab is not present in the tab bar. The worksheet can be made visible from the Unhide dialog in Microsoft Excel. |
StrongHidden | 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 | The worksheet tab is present in the tab bar. |
The worksheet visibility indicates how the worksheet will be displayed in the tab bar at the bottom of the workbook window in Microsoft Excel.
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+