Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SheetVisibility Enumeration


SheetVisibility Enumeration
Specifies whether the worksheet is visible.
Syntax
'Declaration
 
Public Enum SheetVisibility 
   Inherits System.Enum
 
'Usage
 
Dim instance As SheetVisibility
Members
MemberDescription
HiddenHides the worksheet which the user can unhide via menu.
VeryHiddenHides the object so that the only way for you to make it visible again is by setting this property to Visible (the user cannot make the object visible).
VisibleDisplays the sheet.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.SheetVisibility

See Also