Hello,
I'm looking at the Cells.UnhideRow method and am wondering if there's a method available that unhides all of the rows, as well as methods for unhiding all columns.
The UnhideRow method that I see takes a single index for a single row, and then also wants the height. I need the method to at least just apply the auto fit to the height so I don't set arbitrary height values. I also would like a method that unhides every single used row.
Does a method like this exist?
Thanks