ListObject::InsertRowRange Property

 

Gets a Range that represents the Insert row, if any, of the ListObject control.

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

property Range^ InsertRowRange {
	Range^ get();
}

Property Value

Type: Microsoft.Office.Interop.Excel::Range^

A Range that represents the Insert row, if any, of the ListObject control.

If there is no Insert row, InsertRowRange returns null.

The following code example creates a ListObject, gets the range that contains the Insert row, and then displays a message showing how many cells the Insert row contains.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: