Excel String

@Mike99

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