I have a datagridview on a form. the datagridview has multiple rows and columns. When i select a row, for example 3rd row, i want to get the value of specified column, for example 4th. I mean when i choose 3rd row, i want to get the value of the cell "3rd Row X 4th Column". How can i manage this.