FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ColumnHeaderVisible Property


In This Topic
ColumnHeaderVisible Property
In This Topic
Gets or sets whether the column headers for this sheet are visible.
Syntax
'Declaration
 
Public Property ColumnHeaderVisible As Boolean
 
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.ColumnHeaderVisible = value
 
value = instance.ColumnHeaderVisible
See Also