Information
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.
This topic has not yet been rated - Rate this topic

DataGridViewRowCollection.Insert Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.