Spread Windows Forms 12.0 Product Documentation
SheetVisibility Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : SheetVisibility Enumeration
Specifies whether the worksheet is visible.
Syntax
'Declaration
 
Public Enum SheetVisibility 
   Inherits System.Enum
'Usage
 
Dim instance As SheetVisibility
public enum SheetVisibility : System.Enum 
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

Reference

GrapeCity.Spreadsheet Namespace