Cells.AutoFit Method

Definition

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.

Applies to