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.

Description

VisibilityType is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like VisibilityType help ensure type safety by restricting values to a predefined set.

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

 English