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
| Value | Description |
|---|---|
VISIBLE | Represents a worksheet that is shown in the UI |
HIDDEN | Represents a worksheet that is hidden but can be unhidden via the UI |
VERY_HIDDEN |