Wimark.Controls Class Library  

DataGridView.DataGridViewRowCollection.Add Method

Adds a new row to the collection, and populates the cells with the specified objects.

Overload List

Adds a new row to the collection, and populates the cells with the specified objects.

[Visual Basic] Overloads Public Function Add(Object ()) As Integer
[C#] public int Add(object[]);
[C++] public: int Add(Object*);

Adds a row to the end of the collection.

[Visual Basic] Overloads Public Function Add(DataGridViewRow) As Integer
[C#] public int Add(DataGridViewRow);
[C++] public: int Add(DataGridViewRow*);

See Also

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