Share via


TextColumn.SpaceAfter Property 

Returns or sets the amount of spacing (in points) after the specified text column.

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

Usage

Dim textColumn1 As TextColumn

Dim returnValue As Single
returnValue = textColumn1.SpaceAfter

Dim sampleValue As Single
textColumn1.SpaceAfter = sampleValue

Syntax

Property SpaceAfter() As Single
float SpaceAfter {get; set;}
property Single SpaceAfter{
    Single get();
    Void set(Single);
}
public float get_SpaceAfter();
public void set_SpaceAfter(float);
function get SpaceAfter() : float;
function set SpaceAfter(float);

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

TextColumn Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

TextColumn Members