kaungset
(kaungset)
1
Hi all, May I know the way how to go last row & last column of cell.
I try with read range data table and assign variable of dt.rows.Count & dt.column.Count.
I was finding the way to go the last row & column cell ID.
If you have any idea please kindly help to share me. Thank You!
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
Natapong
(Natapong Raojutitam)
3
Hi @kaungset
You can use [Find LastRow] and [Find LastColumn] in BalaReva.EasyExcel.Activities to do that.

3 Likes
system
(system)
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.