Dears,
I have build one workflow to remove rows which are empty as follows:
1- Read Range
2- Filter DataTable
3- Write Range
But it’s execution is taking too much time because I have more than 100 Rows … Is it Possible to Remove Rows Using : GroupBy, Dictionary and LINQ or any other fastest Method ?
Thanks in Advance