[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.SheetVisibility

SheetVisibility Enum

Specifies whether the worksheet is visible.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum SheetVisibility
Public Enum SheetVisibility

Fields

Name Description
Hidden

Hides the worksheet which the user can unhide via menu.

VeryHidden

Hides the object so that the only way for you to make it visible again is by setting this property to Visible (the user cannot make the object visible).

Visible

Displays the sheet.