Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / ShowHeaders Property


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

Property Value

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