Range.ListHeaderRows Property
Returns the number of header rows for the specified range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ListHeaderRows As Integer
Get
'Usage
Dim instance As Range
Dim value As Integer
value = instance.ListHeaderRows
int ListHeaderRows { get; }
Property Value
Type: System.Int32
Remarks
Before you use this property, use the CurrentRegion property to find the boundaries of the range.