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
Wiki Markup
{description}
{excerpt}A [SheetVisibility|Worksheet.SheetVisibility] value specifies the visibility level of a worksheet.{excerpt}
{signature:C#}
 public sealed class SheetVisibility : TypesafeEnum
{signature}{signature: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.|