DataGridView Cell Location problem

voda_freedom

Member
Joined
Mar 22, 2006
Messages
7
Programming Experience
1-3
Hii sir
i have a problem with DataGridView Cell Location. I want to get left and top of a cell in DataGridView.
i used this line of code

DataGridView1.CurrentCell.ContentBounds.Left

But i dont know why every cell return the same left value
 
Back
Top