[]
Moves or extends the current selection.
protected virtual void MoveSelection(MoveCursorEnum move, bool extend)
Type | Name | Description |
---|---|---|
MoveCursorEnum | move | C1.Win.FlexGrid.MoveCursorEnum value that specifies the type of cursor movement. |
bool | extend | Whether to extend the current selection. |
This method is for internal use. It allows inherited classes to customize the grid appearance.
Moves or extends the selection from a given cell.
protected virtual void MoveSelection(MoveCursorEnum move, bool extend, int row, int col)
Type | Name | Description |
---|---|---|
MoveCursorEnum | move | C1.Win.FlexGrid.MoveCursorEnum value that specifies the type of cursor movement. |
bool | extend | Whether to extend the current selection. |
int | row | Row index for the initial selection. |
int | col | Column index for the initial selection. |
This method is for internal use. It allows inherited classes to customize the grid appearance.