I want to get the data that is on the last row and last column. How can I achieve this? Thank you in advance.
Hi @dannypark22
Try this
Dt.select(“ColumnA”)=“column”.last(indexvalue).tostring
Or
Dt.AsEnumerable().last()
Thanks
Ashwin.S
Can you please provide examples of each?
Thank you.