TextColumns.EvenlySpaced Property 

True if text columns are evenly spaced. Can be True, False, or wdUndefined.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim textColumns1 As TextColumns

Dim returnValue As Integer
returnValue = textColumns1.EvenlySpaced

Dim sampleValue As Integer
textColumns1.EvenlySpaced = sampleValue

Syntax

Property EvenlySpaced() As Integer
int EvenlySpaced {get; set;}
property Int32 EvenlySpaced{
    Int32 get();
    Void set(Int32);
}
public int get_EvenlySpaced();
public void set_EvenlySpaced(int);
function get EvenlySpaced() : int;
function set EvenlySpaced(int);

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

TextColumns Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

TextColumns Members