This documentation is archived and is not being maintained.
XlSheetVisibility enumeration
Specifies whether the object is visible.
Namespace:
Microsoft.Office.Interop.ExcelAssembly:
Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
No code example is currently available or this language may not be supported.
| Member name | Description |
|---|
| xlSheetVisible | Displays the sheet. |
| xlSheetHidden | Hides the worksheet which the user can unhide via menu. |
| xlSheetVeryHidden | Hides 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). |