Aspose::Cells::VisibilityType enum

VisibilityType enum

Represents the states for sheet visibility.

enum class VisibilityType

Values

NameValueDescription
Visible0
Indicates the sheet is visible.
Hidden1
Indicates the sheet is hidden, but can be shown by the user via the user interface.
VeryHidden2
Indicates the sheet is hidden and cannot be shown in the user interface (UI). This state is only available programmatically.

See Also