A
Agoston Bejo
Is there a property for the Range object that does the opposite of
ShrinkToFit? I mean, something like CellExpandsToFit, i.e. the cell size /
row width / column width is adjusted automatically so that the whole text in
it will be visible.
Is there any other ways to accomplish the same effect? E.g. iterate over all
the columns, determine if the texts fit the cells everywhere and if not, set
it to wider.
For that I should be able to determine if the whole text is visible in a
cell.
Thx
ShrinkToFit? I mean, something like CellExpandsToFit, i.e. the cell size /
row width / column width is adjusted automatically so that the whole text in
it will be visible.
Is there any other ways to accomplish the same effect? E.g. iterate over all
the columns, determine if the texts fit the cells everywhere and if not, set
it to wider.
For that I should be able to determine if the whole text is visible in a
cell.
Thx