Enum eWorkbookVisibility
Represents the visible state of the workbook window.
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum eWorkbookVisibility
Fields
| Name | Description |
|---|---|
| Hidden | The workbook window is hidden, but can be shown by the user via the user interface. |
| VeryHidden | The workbook window is hidden and cannot be shown in the user interface. This state is only available programmatically. |
| Visible | The workbook window is visible. |