[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGrid.MoveSelection

MoveSelection Method

MoveSelection(MoveCursorEnum, bool)

Moves or extends the current selection.

Declaration
protected override void MoveSelection(MoveCursorEnum move, bool extend)
Parameters
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.

Overrides
Remarks

This method is for internal use. It allows inherited classes to customize the grid appearance.