[]
Changes the width of the columns in the range or the height of the rows in the range to achieve the best fit.
void AutoFit()
Sub AutoFit()
Changes the width of the columns in the range or the height of the rows in the range to achieve the best fit.
considerMergedCell
Indicates whether to consider merged cells in a single row.
void AutoFit(bool considerMergedCell)
Sub AutoFit(considerMergedCell As Boolean)
Type | Name | Description |
---|---|---|
bool | considerMergedCell |