GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeaderPaneInfo Class / Visible Property


In This Topic
Visible Property (ListHeaderPaneInfo)
In This Topic
Gets or sets whether the ListHeaderPaneInfo object is visible.
Syntax
'Declaration
 
Public Property Visible As Boolean
 
'Usage
 
Dim instance As ListHeaderPaneInfo
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible

Property Value

true, if the ListHeaderPaneInfo is visible; otherwise, false.
The default is true.
See Also