DataGridView.DataGridViewRowCollection overview
![]() |
Returns the number of rows in the collection. |
![]() |
Gets the DataGridViewRow at the specified index. |
![]() |
Overloaded. Adds a new row to the collection, and populates the cells with the specified objects. |
![]() |
Adds a new row based on the row at the specified index. |
![]() |
Adds an array of rows to the end of the collection. |
![]() |
Removes all the rows from the collection. |
![]() |
Determines whether a specified row is in the collection. |
![]() |
Copies the items from the collection into the specified DataGridViewRow array, starting at the specified index. |
![]() |
Overloaded. Determines whether two Object instances are equal. |
![]() |
Returns an enumerator that can be used to iterate throught the collection. |
![]() |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() |
Gets the Type of the current instance. |
![]() |
Returns the index of the specified row in the collection. |
![]() |
Overloaded. Inserts a row into the collection at the specified position, and populates the cells with the specified objects. |
![]() |
Inserts a row into the collection at the specified position, based on the row at specified position. |
![]() |
Inserts the DataGridViewRow objects into the collection at the specified position. |
![]() |
Removes a row from the collection. |
![]() |
Removes the row at the specified index from the collection. |
![]() |
Returns a String that represents the current Object. |
![]() |
Occurs after a new row is added to the DataGridView. |
![]() |
Occurs when a row is removed from the DataGridView. |
![]() |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. In C# and C++, finalizers are expressed using destructor syntax. |
![]() |
Creates a shallow copy of the current Object. |
DataGridView.DataGridViewRowCollection Class | Wimark.Controls Namespace