Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Visibility Enumeration
In This Topic
    Visibility Enumeration
    In This Topic
    Specifies whether the object is visible.
    Syntax
    public enum Visibility : System.Enum 
    Members
    MemberDescription
    Hidden Specifies to hide the worksheet (which the user can make visible).
    VeryHidden Specifies to hide the object so that the only way for you to make it visible again is by setting this property to True (the user cannot make the object visible).
    Visible Specifies to display the sheet.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Visibility

    See Also