Spread Windows Forms 12.0 Product Documentation
ShowHeaders Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : ShowHeaders Property
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
bool ShowHeaders {get; set;}

Property Value

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

Reference

ITable Interface
ITable Members