4
I want to select a range from the first to the last cell filled in the row or column. In VBA the code is as below using
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlToRight)).Select
How could I do it the same way in C# using Epplus? I’m leaving cell B139 and I need to go to the last row and column filled