VisibilityType Enum
VisibilityType Enum
Represents the states for sheet visibility.
type VisibilityType int32
Fields
Field | Description |
---|---|
Visible | Indicates the sheet is visible. |
Hidden | Indicates the sheet is hidden, but can be shown by the user via the user interface. |
VeryHidden | Indicates the sheet is hidden and cannot be shown in the user interface (UI).This state is only available programmatically. |