Enum VisibilityType

Enum VisibilityType

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the states for sheet visibility.

public enum VisibilityType

Fields

Hidden = 1

Indicates the sheet is hidden, but can be shown by the user via the user interface.

VeryHidden = 2

Indicates the sheet is hidden and cannot be shown in the user interface (UI). This state is only available programmatically.

Visible = 0

Indicates the sheet is visible.