The C1GridViewSelection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddColumnsRange |
Selects the range of cells between two columns.
|
![]() |
AddRange |
Adds a cell range to the current selection.
|
![]() |
BeginUpdate |
Begins the update.
The changes won't have effect until the EndUpdate method is called.
|
![]() |
Clear |
Clears the selection.
|
![]() |
EndUpdate |
Ends the update.
The pending changes are executed and the corresponding events are raised.
|
![]() |
SelectAll |
Selects all the cells in a grid.
|
Properties
Name | Description | |
---|---|---|
![]() |
SelectedCells |
Gets a read-only collection of the selected cells.
|
![]() |
SelectedColumns |
Gets an instance of SelectedColumnsAccessor class providing access to columns
which cells are selected (contained in SelectedColumns).
|
![]() |
SelectedRows |
Gets an instance of SelectedRowsAccessor class providing access to rows
which cells are selected (contained in SelectedCells).
|