Cell.FitText Property
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.
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.