VisibilityType enumeration

VisibilityType enumeration

Represents the states for sheet visibility.

The VisibilityType type exposes the following members:

Fields

FieldDescription
VISIBLEIndicates the sheet is visible.
HIDDENIndicates the sheet is hidden, but can be shown by the user via the user interface.
VERY_HIDDENIndicates the sheet is hidden and cannot be shown in the user interface (UI).
This state is only available programmatically.

See Also