'Declaration
Public Enum SheetVisibility Inherits System.Enum
'Usage
Dim instance As SheetVisibility
public enum SheetVisibility : System.Enum
'Declaration
Public Enum SheetVisibility Inherits System.Enum
'Usage
Dim instance As SheetVisibility
public enum SheetVisibility : System.Enum
Member | Description |
---|---|
Hidden | Hides the worksheet which the user can unhide via menu. |
VeryHidden | Hides 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). |
Visible | Displays the sheet. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.SheetVisibility