Xceed Workbooks for .NET v2.0 Documentation
WorksheetVisibility Enumeration


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : WorksheetVisibility Enumeration
Determines how the Worksheet is displayed.
Syntax
'Declaration
 
Public Enum WorksheetVisibility 
   Inherits System.Enum
'Usage
 
Dim instance As WorksheetVisibility
public enum WorksheetVisibility : System.Enum 
Members
MemberDescription
Collapsed

The Worksheet is not visible and cannot be displayed in the user interface (UI).

This state is only available programmatically.

HiddenThe 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Workbooks.NET.WorksheetVisibility

Requirements

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

See Also

Reference

Xceed.Workbooks.NET Namespace