Back to Devexpress

XlSheetVisibleState Enum

corelibraries-devexpress-dot-export-dot-xl-e01f4854.md

latest1.2 KB
Original Source

XlSheetVisibleState Enum

Lists values used to specify the worksheet visibility.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlSheetVisibleState
vb
Public Enum XlSheetVisibleState

Members

NameDescription
Visible

A worksheet is visible.

| | Hidden |

A worksheet is hidden.

| | VeryHidden |

A worksheet is hidden and cannot be unhidden from the user interface.

|

The following properties accept/return XlSheetVisibleState values:

Remarks

The values listed by this enumeration are used by the IXlSheet.VisibleState property.

See Also

DevExpress.Export.Xl Namespace