Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Visible Property


In This Topic
Visible Property (Worksheet)
In This Topic
Gets or sets a SheetVisibility value that determines whether the worksheet is visible.
Syntax
'Declaration
 
Public Property Visible As SheetVisibility
 
'Usage
 
Dim instance As Worksheet
Dim value As SheetVisibility
 
instance.Visible = value
 
value = instance.Visible

Property Value

Returns a SheetVisibility value that indicates the worksheet visibility.
See Also