Share via


ListObject.InsertRowRange Property

Returns a Range object representing the Insert row, if any, of a specified ListObject object.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property InsertRowRange As Range
    Get
'Usage
Dim instance As ListObject
Dim value As Range

value = instance.InsertRowRange
Range InsertRowRange { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Range

Remarks

If the Insert row is not visible because the list is inactive, the Nothing object will be returned.

See Also

Reference

ListObject Interface

ListObject Members

Microsoft.Office.Interop.Excel Namespace