DataGridViewRowCollection Properties
.NET Framework 4.5
The DataGridViewRowCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of rows in the collection. |
|
DataGridView | Gets the DataGridView that owns the collection. |
|
Item | 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 | Gets or sets the element at the specified index. |