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.

See Also