SheetVisibility

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

ValueDescription
VISIBLERepresents a worksheet that is shown to the user
HIDDENRepresents a worksheet that is hidden but can be unhidden by the user
VERY_HIDDENRepresents a worksheet that is hidden and cannot be unhidden via the UI

See Also