Cell.FitText Property

Definition

Returns or sets a value that indicates if Microsoft Word visually reduces the size of text typed into a cell so that it fits within the column width.

public:
 property bool FitText { bool get(); void set(bool value); };
public bool FitText { get; set; }
member this.FitText : bool with get, set
Public Property FitText As Boolean

Property Value

Remarks

If the FitText property is set to True, the font size of the text is not changed, but the visual width of the characters is adjusted to fit all the typed text into the cell.

Applies to