XlSheetVisibility Enumeration
Specifies whether the object is visible.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlSheetVisibility
'Usage
Dim instance As XlSheetVisibility
public enum XlSheetVisibility
Members
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). |