The C1GridViewSelection type exposes the following members.

Methods

  Name Description
Public method AddColumnsRange
Selects the range of cells between two columns.
Public method AddRange
Adds a cell range to the current selection.
Public method BeginUpdate
Begins the update. The changes won't have effect until the EndUpdate method is called.
Public method Clear
Clears the selection.
Public method EndUpdate
Ends the update. The pending changes are executed and the corresponding events are raised.
Public method SelectAll
Selects all the cells in a grid.

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