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)

Syntax

'Declaration
Property EvenlySpaced As Integer
    Get
    Set
'Usage
Dim instance As TextColumns
Dim value As Integer

value = instance.EvenlySpaced

instance.EvenlySpaced = value
int EvenlySpaced { get; set; }

Property Value

Type: System.Int32

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.

See Also

Reference

TextColumns Interface

TextColumns Members

Microsoft.Office.Interop.Word Namespace