Hello @Nathan_Betters1
After extracting the table just try to print the below.
dt.Columns.Count.ToString
dt is your datatable. Also, you need to add the index of the column properly for the correct column.
Thanks
Hello @Nathan_Betters1
After extracting the table just try to print the below.
dt.Columns.Count.ToString
dt is your datatable. Also, you need to add the index of the column properly for the correct column.
Thanks