Location of selected DataGridViewRow

Hi,
does anyone have an idea how to get the location of a selected row or cell in a DataGridView?
Thanks,
Tom
[124 byte] By [TomFrey] at [2007-12-16]
# 1

What are you trying to accomplish?

durstin at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
Does that matter?...
I'm trying to paint something below the selected row.
TomFrey at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 3
Nevermind, I figured out that I can get it with the ContentBounds of a cell
TomFrey at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...