Hi
I have a row specific column in my data table
How do I get that specific line within a selected column?
Hi
I have a row specific column in my data table
How do I get that specific line within a selected column?
Use find/replace if you need the cell number
If you need whole row to be read…then read the data into datatable and then use filter datatable
Cheers
Why find value in row specify in column specify in datatable?
dt.Rows(<rownumber>
).Item(“<ColumnName>
”).ToString
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.