TextColumns.EvenlySpaced Property

Definition

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.

Applies to