Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

A SheetVisibility value specifies the visibility level of a worksheet.

Signature
C#
C#
 public sealed class SheetVisibility : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class SheetVisibility
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Hidden}Hidden|The worksheet will be hidden when the workbook is opened in Excel.|
|{anchor:VeryHidden}VeryHidden|The worksheet will be hidden and cannot be made visible from the Excel user interface.|
|{anchor:Visible}Visible|The worksheet will be shown when the workbook is opened in Excel.|
Values

Name

Description

Anchor
Hidden
Hidden
Hidden

The worksheet will be hidden when the workbook is opened in Excel.

Anchor
VeryHidden
VeryHidden
VeryHidden

The worksheet will be hidden and cannot be made visible from the Excel user interface.

Anchor
Visible
Visible
Visible

The worksheet will be shown when the workbook is opened in Excel.