Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

A SheetVisibility value specifies the visibility level of a worksheet.

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public NotInheritable Class SheetVisibility
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

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

...

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

...

{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.|