'Declaration
Public Enum WorksheetVisibility Inherits System.Enum
'Usage
Dim instance As WorksheetVisibility
public enum WorksheetVisibility : System.Enum
'Declaration
Public Enum WorksheetVisibility Inherits System.Enum
'Usage
Dim instance As WorksheetVisibility
public enum WorksheetVisibility : System.Enum
Member | Description |
---|---|
Collapsed | The Worksheet is not visible and cannot be displayed in the user interface (UI). This state is only available programmatically. |
Hidden | The Worksheet is not visible but it can be displayed by using the user interface (UI). |
Visible | The Worksheet is visible. This is the default value. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.WorksheetVisibility
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2