rehan.azher
Member
- Joined
- Jan 1, 2009
- Messages
- 11
- Programming Experience
- Beginner
Dear Experts,
I have a datagridview with following structure:
|Serial Number|Customer| Name| Level| Direction| Source Port| Sink Port| Working Route|
having multiple rows . now i want to access cell value under column Working Route of each row. can any one guide me for the same.
I am using following code to access each row.
I have a datagridview with following structure:
|Serial Number|Customer| Name| Level| Direction| Source Port| Sink Port| Working Route|
having multiple rows . now i want to access cell value under column Working Route of each row. can any one guide me for the same.
I am using following code to access each row.
VB.NET:
For Each gridRow As DataGridViewRow In DV2.Rows
Next