SheetVisibility
Overview
SheetVisibility is a enum in Aspose.Cells FOSS for Java.
Represents the visibility state of a worksheet in an Excel workbook.
This enumeration defines 3 values: VISIBLE, HIDDEN, VERY_HIDDEN.
Values
| Value | Description |
|---|---|
VISIBLE | Represents a worksheet that is shown to the user |
HIDDEN | Represents a worksheet that is hidden but can be unhidden by the user |
VERY_HIDDEN | Represents a worksheet that is hidden and cannot be unhidden via the UI |