XlSheetVisibleState Enum
In This Article
Lists values used to specify the worksheet visibility.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Visible
|
A worksheet is visible. |
Hidden
|
A worksheet is hidden. |
Very
|
A worksheet is hidden and cannot be unhidden from the user interface. |
#Related API Members
The following properties accept/return XlSheetVisibleState values:
#Remarks
The values listed by this enumeration are used by the IXlSheet.VisibleState property.
See Also