Range.AutoFit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Changes the width of the columns in the range or the height of the rows in the range to achieve the best fit.
public:
System::Object ^ AutoFit();
public object AutoFit ();
Public Function AutoFit () As Object
Returns
Remarks
The expression must be a row or a range of rows, or a column or a range of columns. Otherwise, this method generates an error.
One unit of column width is equal to the width of one character in the Normal style.