Good Morning Everyone!!!
I come to ask question for you now.
First look at the picture:
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.