The C1GridViewSelection type exposes the following members.

Properties

  Name Description
Public property SelectedCells
Gets a read-only collection of the selected cells.
Public property SelectedColumns
Gets an instance of SelectedColumnsAccessor class providing access to columns which cells are selected (contained in SelectedColumns).
Public property SelectedRows
Gets an instance of SelectedRowsAccessor class providing access to rows which cells are selected (contained in SelectedCells).

See Also