ListObject.InsertRowRange Property
Excel Developer Reference |
Returns a Range object representing the Insert row, if any, of a specified ListObject object. Read-only Range.
Syntax
expression.InsertRowRange
expression A variable that represents a ListObject object.
Remarks
If the Insert row is not visible because the list is inactive, the Nothing object will be returned.
Example
The following example activates the range specified by the InsertRowRange in the default ListObject object in the first worksheet of the active workbook.
Visual Basic for Applications |
---|
|
See Also