Selection Problem

Good Morning Everyone!!!
I come to ask question for you now.
First look at the picture:%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE(10)
Do you see the ID in the 1st column?
And my question is:
How can I get the bound with ID
For example: I known the ID which is 510102, and How can I get the Bound 1.
Please help me to solve it .
Thank you.

@Chenzhixing.PRC First read the excel and store output in datatable variable(example. dt ) and use following statement u will get required output.

dt.Select(“ID=‘510102’”)(0)(3).ToString

where(0)(3) is row index and column index respectively

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