DataGridViewRowCollection Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Add() | Adds a new row to the collection. |
![]() | Add(DataGridViewRow^) | Adds the specified DataGridViewRow to the collection. |
![]() | Add(Int32) | Adds the specified number of new rows to the collection. |
![]() | Add(array<Object^>^) | Adds a new row to the collection, and populates the cells with the specified objects. |
![]() | AddCopies(Int32, Int32) | Adds the specified number of rows to the collection based on the row at the specified index. |
![]() | AddCopy(Int32) | Adds a new row based on the row at the specified index. |
![]() | AddRange(array<DataGridViewRow^>^) | Adds the specified DataGridViewRow objects to the collection. |
![]() | Clear() | Clears the collection. |
![]() | Contains(DataGridViewRow^) | Determines whether the specified DataGridViewRow is in the collection. |
![]() | CopyTo(array<DataGridViewRow^>^, Int32) | Copies the items from the collection into the specified DataGridViewRow array, starting at the specified index. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetFirstRow(DataGridViewElementStates) | Returns the index of the first DataGridViewRow that meets the specified criteria. |
![]() | GetFirstRow(DataGridViewElementStates, DataGridViewElementStates) | Returns the index of the first DataGridViewRow that meets the specified inclusion and exclusion criteria. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLastRow(DataGridViewElementStates) | Returns the index of the last DataGridViewRow that meets the specified criteria. |
![]() | GetNextRow(Int32, DataGridViewElementStates) | Returns the index of the next DataGridViewRow that meets the specified criteria. |
![]() | GetNextRow(Int32, DataGridViewElementStates, DataGridViewElementStates) | Returns the index of the next DataGridViewRow that meets the specified inclusion and exclusion criteria. |
![]() | GetPreviousRow(Int32, DataGridViewElementStates) | Returns the index of the previous DataGridViewRow that meets the specified criteria. |
![]() | GetPreviousRow(Int32, DataGridViewElementStates, DataGridViewElementStates) | Returns the index of the previous DataGridViewRow that meets the specified inclusion and exclusion criteria. |
![]() | GetRowCount(DataGridViewElementStates) | Returns the number of DataGridViewRow objects in the collection that meet the specified criteria. |
![]() | GetRowsHeight(DataGridViewElementStates) | Returns the cumulative height of the DataGridViewRow objects that meet the specified criteria. |
![]() | GetRowState(Int32) | Gets the state of the row with the specified index. |
![]() | GetType() | |
![]() | IndexOf(DataGridViewRow^) | Returns the index of a specified item in the collection. |
![]() | Insert(Int32, DataGridViewRow^) | Inserts the specified DataGridViewRow into the collection. |
![]() | Insert(Int32, Int32) | Inserts the specified number of rows into the collection at the specified location. |
![]() | Insert(Int32, array<Object^>^) | Inserts a row into the collection at the specified position, and populates the cells with the specified objects. |
![]() | InsertCopies(Int32, Int32, Int32) | Inserts rows into the collection at the specified position. |
![]() | InsertCopy(Int32, Int32) | Inserts a row into the collection at the specified position, based on the row at specified position. |
![]() | InsertRange(Int32, array<DataGridViewRow^>^) | Inserts the DataGridViewRow objects into the collection at the specified position. |
![]() | MemberwiseClone() | |
![]() | OnCollectionChanged(CollectionChangeEventArgs^) | Raises the CollectionChanged event. |
![]() | Remove(DataGridViewRow^) | Removes the row from the collection. |
![]() | RemoveAt(Int32) | Removes the row at the specified position from the collection. |
![]() | SharedRow(Int32) | Returns the DataGridViewRow at the specified index. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | Copies the elements of the collection to an Array, starting at the specified index. |
![]() ![]() | IEnumerable::GetEnumerator() | Returns an enumerator that iterates through the collection. |
![]() ![]() | IList::Add(Object^) | Adds a DataGridViewRow to the collection. |
![]() ![]() | IList::Clear() | Removes all items from the collection. |
![]() ![]() | IList::Contains(Object^) | Determines whether the collection contains the specified item. |
![]() ![]() | IList::IndexOf(Object^) | Returns the index of a specified item in the collection. |
![]() ![]() | IList::Insert(Int32, Object^) | Inserts a DataGridViewRow into the collection at the specified index. |
![]() ![]() | IList::Remove(Object^) | Removes the specified DataGridViewRow from the collection. |
![]() ![]() | IList::RemoveAt(Int32) | Removes the DataGridViewRow from the collection at the specified position. |



