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


In This Topic
HeaderRowRange Property
In This Topic
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

Property Value

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