P
Peter
How do I get DataGridViewCell cell position in a window?
For a button I would do this:
this.Button.PointToClient(this.Button.Location)
But what do I do for DataGridViewCell?
Thanks
Peter
For a button I would do this:
this.Button.PointToClient(this.Button.Location)
But what do I do for DataGridViewCell?
Thanks
Peter