ListObject::InsertRowRange Property
Gets a Range that represents the Insert row, if any, of the ListObject control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
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.
Show: