How get specify row in specify datatable

Hi

I have a row specific column in my data table

How do I get that specific line within a selected column?

Screenshot_1

@xFuull

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?

  • Create un variable for alocate o value
  • Use the formule

dt.Rows(<rownumber> ).Item(“<ColumnName> ”).ToString

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.