Class WorksheetVisibility
Enumeration which controls visibility of worksheet in Excel.
Inheritance
System.Object
WorksheetVisibility
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class WorksheetVisibility : Enum
Fields
Hidden
Worksheet is hidden for the user.
Declaration
public const WorksheetVisibility Hidden
Field Value
Type | Description |
---|---|
WorksheetVisibility |
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.
Declaration
public const WorksheetVisibility StrongHidden
Field Value
Type | Description |
---|---|
WorksheetVisibility |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Visible
Worksheet is visible to the user.
Declaration
public const WorksheetVisibility Visible
Field Value
Type | Description |
---|---|
WorksheetVisibility |