TextColumns.EvenlySpaced 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.
True if text columns are evenly spaced. Can be True, False, or wdUndefined.
public:
property int EvenlySpaced { int get(); void set(int value); };
public int EvenlySpaced { get; set; }
member this.EvenlySpaced : int with get, set
Public Property EvenlySpaced As Integer
Property Value
Remarks
If you set the Spacing or Width property of the TextColumns object, the EvenlySpaced property is automatically set to True. Also, setting the EvenlySpaced property may change the settings for the Spacing and Width properties of the TextColumns object.