[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Visibility

Enum Visibility

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies whether the object is visible.

public enum Visibility

Fields

Hidden = 0

Specifies to hide the worksheet (which the user can make visible).

VeryHidden = 2

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

Visible = 1

Specifies to display the sheet.