Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnHeader Class / Visible Property


In This Topic
Visible Property (ColumnHeader)
In This Topic
Gets or sets whether the column header is visible.
Syntax
'Declaration
 
Public Property Visible As Boolean
 
'Usage
 
Dim instance As ColumnHeader
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
See Also