[]
        
Specifies whether the worksheet is visible.
public enum SheetVisibility
  Public Enum SheetVisibility
  | Name | 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.  |