DataGridViewSelectedCellCollection Properties
.NET Framework 4.5
The DataGridViewSelectedCellCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the total number of elements in the collection. (Inherited from BaseCollection.) |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. (Inherited from BaseCollection.) |
|
IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized. (Inherited from BaseCollection.) |
|
Item | Gets the cell at the specified index. |
|
List | Gets a list of elements in the collection. (Overrides BaseCollection.List.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the BaseCollection. (Inherited from BaseCollection.) |
| Name | Description | |
|---|---|---|
|
ICollection.Count | Gets the number of elements 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 the element at the specified index. |