GrapeCity.Xaml.Excel
ShowHeaderRow Property (IExcelTable)


GrapeCity.Excel Namespace > IExcelTable Interface : ShowHeaderRow Property
A flag indicate whether show header row or not.
Syntax
'Declaration
 
Property ShowHeaderRow As Boolean
'Usage
 
Dim instance As IExcelTable
Dim value As Boolean
 
instance.ShowHeaderRow = value
 
value = instance.ShowHeaderRow
bool ShowHeaderRow {get; set;}
See Also

Reference

IExcelTable Interface
IExcelTable Members