Enum WorksheetVisibility
Enumeration which controls visibility of worksheet in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum WorksheetVisibility
Fields
Name | Description |
---|---|
Hidden | Worksheet is hidden for the user. |
StrongHidden | The strong hidden flag can only be set and cleared with a Visual Basic macro. It is not possible to make such a sheet visible via the user interface. |
Visible | Worksheet is visible to the user. |