Hi,
1. When we use AutoFitColumns function, is it possible to add an option to take care about Wrap text property in Cells.
Sample:
Row 0, I have all cellule with Horizontal alignment = center, Vertical Alignment = center and text wrap enable.
With a Text: Average Distance (km)
Rows 1 to n for this column the maximum value is 1.9 (3 characters).
The actual result of AutoFitColumns is to have Average Distance (km) in one line
The improvement: Average Distance (km) --> 3 lines
2. The autoFitColumns function don't take care about filtering setting --> the choice button can overlap the cell text. Could you please detect the filtering option and add an offset to the autofitcolumns function?
Thanks