TextColumns.Spacing Property

Returns or sets the spacing (in points) between columns of a TextColumns object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Spacing As Single
    Get
    Set
'Usage
Dim instance As TextColumns
Dim value As Single

value = instance.Spacing

instance.Spacing = value
float Spacing { get; set; }

Property Value

Type: System.Single

Remarks

After this property has been set for a TextColumns object, the EvenlySpaced property is set to True. To return or set the spacing for a single text column when EvenlySpaced is False, use the SpaceAfter property of the TextColumn object.

See Also

Reference

TextColumns Interface

TextColumns Members

Microsoft.Office.Interop.Word Namespace