Hello
I would like help
I have a cell with an ID and a Code I get the following,
I would like to know how to do to only have the ID (it is the one that appears at the top)
Help
Hello
I would like help
I have a cell with an ID and a Code I get the following,
I would like to know how to do to only have the ID (it is the one that appears at the top)
Help
Yes of course look
It is an excel that has several columns, there is one that contains a code, that code is the one shown in the screenshot, my request is how I do to only obtain the first value that is shown in the messages, that is, in that case it would be “263F”
For getting the value of the first value in a datatable then you can use like below
DT.Rows(0).Item("ColumnName")
Refer below for your reference of Datatable
Also you can refer more in the given link
Hope this helps you
Thanks