cagan
5 years agoOccasional Contributor
Taking a specified colomn variable name on a list
I have a list on a page. I want to check 2nd colomn name whether it is desired name. In other word, i want to take this name for comparion if it is the name which is searching for. For that which methods do i need to use?
If you look screensoot, i selected colomn three with below code. Then how can i take 2nd colomn name?
var.SelectRow(3);
Thank you.