As far as I'm aware, you can't change the tab order of cells in a DataGridView - the DataGridViewCell does not have a TabIndex property to start with.
Is there any reason you wish to do so - I can't think of a situation where you want to go in any other order than Row and Columns or Columns and Rows...