ListObject.HeaderRowRange Property
Returns a Range object that represents the range of the header row for a list.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property HeaderRowRange As Range
Get
'Usage
Dim instance As ListObject
Dim value As Range
value = instance.HeaderRowRange
Range HeaderRowRange { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Range