DataGridView.DataGridViewRowCollection overview
Count |
Returns the number of rows in the collection. |
Item |
Gets the DataGridViewRow at the specified index. |
Add |
Overloaded. Adds a new row to the collection, and populates the cells with the specified objects. |
AddCopy |
Adds a new row based on the row at the specified index. |
AddRange |
Adds an array of rows to the end of the collection. |
Clear |
Removes all the rows from the collection. |
Contains |
Determines whether a specified row is in the collection. |
CopyTo |
Copies the items from the collection into the specified DataGridViewRow array, starting at the specified index. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
GetEnumerator |
Returns an enumerator that can be used to iterate throught the collection. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
IndexOf |
Returns the index of the specified row in the collection. |
Insert |
Overloaded. Inserts a row into the collection at the specified position, and populates the cells with the specified objects. |
InsertCopy |
Inserts a row into the collection at the specified position, based on the row at specified position. |
InsertRange |
Inserts the DataGridViewRow objects into the collection at the specified position. |
Remove |
Removes a row from the collection. |
RemoveAt |
Removes the row at the specified index from the collection. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
RowAdded |
Occurs after a new row is added to the DataGridView. |
RowRemoved |
Occurs when a row is removed from the DataGridView. |
Finalize (inherited from Object) |
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. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
DataGridView.DataGridViewRowCollection Class | Wimark.Controls Namespace