Wimark.Controls Class Library  

DataGridView.DataGridViewRowCollection.Insert Method

Inserts a row into the collection at the specified position, and populates the cells with the specified objects.

Overload List

Inserts a row into the collection at the specified position, and populates the cells with the specified objects.

[Visual Basic] Overloads Public Sub Insert(Integer, Object ())
[C#] public void Insert(int, object[]);
[C++] public: void Insert(int, Object*);

Inserts a row to the collection.

[Visual Basic] Overloads Public Sub Insert(Integer, DataGridViewRow)
[C#] public void Insert(int, DataGridViewRow);
[C++] public: void Insert(int, DataGridViewRow*);

See Also

DataGridView.DataGridViewRowCollection Class | DataGridView.DataGridViewRowCollection Members | Wimark.Controls Namespace