How to go last row & last column of cell

If DtData is my datatable, the last row and column item is at DtData.Rows(DtData.Rows.Count - 1)(DtData.Columns.Count - 1).

5 Likes