DataGridViewRowCollection Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of rows in the collection. |
![]() | DataGridView | Gets the DataGridView that owns the collection. |
![]() | Item[Int32] | Gets the DataGridViewRow at the specified index. |
![]() | List | Gets an array of DataGridViewRow objects. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::Count | Gets the number of elements contained in the collection. |
![]() ![]() | ICollection::IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). |
![]() ![]() | ICollection::SyncRoot | Gets an object that can be used to synchronize access to the collection. |
![]() ![]() | IList::IsFixedSize | Gets a value indicating whether the collection has a fixed size. |
![]() ![]() | IList::IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() ![]() | IList::Item[Int32] | Gets or sets the element at the specified index. |
Show:



