Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumn Class / Visible Property


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

Property Value

true if the ListColumn is visible; otherwise, false.
See Also