J
J L
I have a DataTable. I want to find the row number (not return the row,
just find its index in the DataTable) based on a set of values for one
or more columns in the DataTable. All I have seen are the Select and
DataView functions but they return the row not the original index in
the DataTable (as I understand it).
TIA,
John
just find its index in the DataTable) based on a set of values for one
or more columns in the DataTable. All I have seen are the Select and
DataView functions but they return the row not the original index in
the DataTable (as I understand it).
TIA,
John