Spread Windows Forms 12.0 Product Documentation
HeaderRowRange Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : HeaderRowRange Property
Gets an IRange object that represents the range of the header row for a table.
Syntax
'Declaration
 
ReadOnly Property HeaderRowRange As IRange
'Usage
 
Dim instance As ITable
Dim value As IRange
 
value = instance.HeaderRowRange
IRange HeaderRowRange {get;}

Property Value

The IRange object that represents the range of the header row for a table.
See Also

Reference

ITable Interface
ITable Members