DataGridViewSelectedCellCollection Class

Represents a collection of cells that are selected in a DataGridView.   

Namespace: elsystem.windows.forms

Properties

  Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Count int Gets the total number of elements in the collection.
Public property Items int Gets the cell at the specified index location.
Methods
  Name Description
Public property Contains(cell) True if the specified cell is contained in the collection.
Inheritance Hierarchy

elsystem.Object

elsystem.DotNetObject

elsystem.windows.forms.DataGridViewSelectedCellCollection