I just tested AutoFillColumns, it behaved very similar to AutoSizeColumn:
- AutoFillColumns will resize the width of all columns
- AutoSizeColumn will only resize the width of the column supplied in the parameter
- Both AutoFillColumns and AutoSizeColumn won't autoresize if the data changed
If the data of the related column has been changed, we need to call the function again, they won't automatically resize it for you.
Tested only on Linux, not sure how will they behave on other OSes.