Wimark.Controls Class Library  

DataGridView.DataGridViewRowCollection Members

DataGridView.DataGridViewRowCollection overview

Public Properties

public propertyCount Returns the number of rows in the collection.
public propertyItem Gets the DataGridViewRow at the specified index.

Public Methods

public methodAdd Overloaded. Adds a new row to the collection, and populates the cells with the specified objects.
public methodAddCopy Adds a new row based on the row at the specified index.
public methodAddRange Adds an array of rows to the end of the collection.
public methodClear Removes all the rows from the collection.
public methodContains Determines whether a specified row is in the collection.
public methodCopyTo Copies the items from the collection into the specified DataGridViewRow array, starting at the specified index.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetEnumerator Returns an enumerator that can be used to iterate throught the collection.
public methodGetHashCode (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.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodIndexOf Returns the index of the specified row in the collection.
public methodInsert Overloaded. Inserts a row into the collection at the specified position, and populates the cells with the specified objects.
public methodInsertCopy Inserts a row into the collection at the specified position, based on the row at specified position.
public methodInsertRange Inserts the DataGridViewRow objects into the collection at the specified position.
public methodRemove Removes a row from the collection.
public methodRemoveAt Removes the row at the specified index from the collection.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Public Events

public eventRowAdded Occurs after a new row is added to the DataGridView.
public eventRowRemoved Occurs when a row is removed from the DataGridView.

Protected Methods

protected methodFinalize (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.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DataGridView.DataGridViewRowCollection Class | Wimark.Controls Namespace