VisibilityType
VisibilityType enumeration
Utility class containing constants. Represents the states for sheet visibility.
Values
| Name | Description |
|---|---|
| VISIBLE | Indicates the sheet is visible. |
| HIDDEN | Indicates the sheet is hidden, but can be shown by the user via the user interface. |
| VERY_HIDDEN | Indicates the sheet is hidden and cannot be shown in the user interface (UI). This state is only available programmatically. |