In a TextBox, I could use textBox1.SelectionStart = 4
. How can I do this in a DataGridView?
edit for clarification: suppose a specific cell is already selected and in editing mode. If I push the right arrow key, the caret moves to the right one position over whatever text is in that cell. I wish to create a button that does the same thing.