Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / ShowHeaders Property


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

Property Value

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