I'm trying to convert Delphi code that uses MoveColRow to go to a cell in a grid.
MoveColRow is not a method to go to a cell in Grid. It is a method to move Column/Row and all its content from FromIndex to ToIndex. My experience is that it has nothing to do with AutoAdvance (not sure about SelectCell, but my quick test shows that OnSelectCell event is not raised during MoveColRow, even if focused position has changed).
EDIT: I added a simple test. You don't have to press button, just run it.