Version

WorksheetVisibility Enumeration

Represents the various visibilities of a worksheet.
Syntax
public enum WorksheetVisibility : System.Enum 
Members
MemberDescription
HiddenThe worksheet tab is not present in the tab bar. The worksheet can be made visible from the Unhide dialog in Microsoft Excel.
StrongHiddenThe 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.
VisibleThe worksheet tab is present in the tab bar.
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.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also