Cells.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 a table column to accommodate the width of the text without changing the way text wraps in the cells.
public:
void AutoFit();
public void AutoFit ();
abstract member AutoFit : unit -> unit
Public Sub AutoFit ()
Remarks
If the table is already as wide as the distance between the left and right margins, this method has no affect.