Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Visibility Enumeration
In This Topic
    Visibility Enumeration
    In This Topic
    Specifies whether the object is visible.
    Members
    MemberDescription
    HiddenSpecifies to hide the worksheet (which the user can make visible).
    VeryHiddenSpecifies 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).
    VisibleSpecifies to display the sheet.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.Visibility

    See Also