Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / WorksheetVisibility Enumeration


In This Topic
    WorksheetVisibility Enumeration
    In This Topic
    Contains the options that determine 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 & cannot be displayed in the user interface (UI).

    Note that this state is only available programmatically.

    HiddenThe Worksheet is not visible but can be displayed via 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