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
public bool ColumnHeaderVisible {get; set;}
See Also