CGXGridCore::StoreCurrentCell
void StoreCurrentCell(BOOL bActive, ROWCOL nRow = 0, ROWCOL nCol = 0);?
bActive
Specifies if the current cell should be set active (TRUE) or inactive (FALSE). (Setting the cell active does not mean initializing edit-mode).
nRow
Specifies the new row-id for the current cell. It is ignored if bActive is FALSE.
nCol
Specifies the new col-id for the current cell. It is ignored if bActive is FALSE.
Remarks
This method stores internally the position and the state of the current cell. It does not update the display.
It is an advanced method, mainly called by SetCurrentCell. You should consider calling SetCurrentCell to position the current cell.