The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGridViewRowCollection.Insert Method
.NET Framework 2.0
Inserts one or more rows into the collection.
| Name | Description |
|---|---|
| DataGridViewRowCollection.Insert (Int32, DataGridViewRow) | Inserts the specified DataGridViewRow into the collection. |
| DataGridViewRowCollection.Insert (Int32, Int32) | Inserts the specified number of rows into the collection at the specified location. |
| DataGridViewRowCollection.Insert (Int32, Object[]) | Inserts a row into the collection at the specified position, and populates the cells with the specified objects. |