Range.FitTextWidth 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 the width (in the current measurement units) in which Microsoft Word fits the text in the current range.
public:
property float FitTextWidth { float get(); void set(float value); };
public float FitTextWidth { get; set; }
member this.FitTextWidth : single with get, set
Public Property FitTextWidth As Single