| --PROPERTIES OF dotNetObject:System.Windows.Forms.DataGridViewRowCollection | Default / Value |
| .Count : , read-only | 0 |
| .Item[index] : , read-only | undefined |
| --METHODS OF dotNetObject:System.Windows.Forms.DataGridViewRowCollection | |
| .Add() | |
| .Add dataGridViewRow | |
| .Add count | |
| .Add values | |
| .AddCopies indexSource count | |
| .AddCopy indexSource | |
| .AddRange dataGridViewRows | |
| .Clear() | |
| .Contains dataGridViewRow | |
| .CopyTo array index | |
| .Equals obj | |
| .[static]Equals objA objB | |
| .GetFirstRow includeFilter | |
| .GetFirstRow includeFilter excludeFilter | |
| .GetHashCode() | |
| .GetLastRow includeFilter | |
| .GetNextRow indexStart includeFilter | |
| .GetNextRow indexStart includeFilter excludeFilter | |
| .GetPreviousRow indexStart includeFilter | |
| .GetPreviousRow indexStart includeFilter excludeFilter | |
| .GetRowCount includeFilter | |
| .GetRowsHeight includeFilter | |
| .GetRowState rowIndex | |
| .GetType() | |
| .IndexOf dataGridViewRow | |
| .Insert rowIndex values | |
| .Insert rowIndex dataGridViewRow | |
| .Insert rowIndex count | |
| .InsertCopies indexSource indexDestination count | |
| .InsertCopy indexSource indexDestination | |
| .InsertRange rowIndex dataGridViewRows | |
| .[static]ReferenceEquals objA objB | |
| .Remove dataGridViewRow | |
| .RemoveAt index | |
| .SharedRow rowIndex | |
| .ToString() | |
| --EVENTS OF dotNetObject:System.Windows.Forms.DataGridViewRowCollection | |
| CollectionChanged sender e = ( ... ) |