XlSheetVisibility Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the object is visible.
public enum class XlSheetVisibility
public enum XlSheetVisibility
Public Enum XlSheetVisibility
- Inheritance
-
XlSheetVisibility
Fields
Name | Value | Description |
---|---|---|
xlSheetVisible | -1 | Displays the sheet. |
0 | Hides the worksheet which the user can unhide via menu. |
|
2 | 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). |