CGXGridCore::MoveCurrentCellEx
virtual BOOL MoveCurrentCellEx(int direction, UINT nCell = 1);?
direction
Direction to move the current cell. See MoveCurrentCell for possible directions.
nCell
Number of rows or columns.
Return Value
TRUE if the operation was successful; FALSE if the current cell could not be moved (e.g. if OnValidateCell returned FALSE)
Remarks
Overridable method which selects a new current cell based on an offset from the existing current cell by calling MoveCurrentCell,but which also checks the SHIFT-state of the last keystroke to do a selection of cells.