Range.ListHeaderRows Property
Excel Developer Reference |
Returns the number of header rows for the specified range. Read-only Long.
Syntax
expression.ListHeaderRows
expression A variable that represents a Range object.
Remarks
Before you use this property, use the CurrentRegion property to find the boundaries of the range.
Example
This example sets the rTbl
variable to the range represented by the current region for the active cell, not including any header rows.
Visual Basic for Applications |
---|
|
See Also