VisibilityType

VisibilityType

Overview

VisibilityType is a enum in Aspose.Cells FOSS for Java.

Represents the visibility type of a worksheet.

This enumeration defines 3 values: VISIBLE, HIDDEN, VERY_HIDDEN.

Values

ValueDescription
VISIBLERepresents a worksheet that is shown in the UI
HIDDENRepresents a worksheet that is hidden but can be unhidden via the UI
VERY_HIDDEN

See Also