TextColumns.LineBetween Property 

True if vertical lines appear between all the columns in the TextColumns collection. 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.LineBetween

Dim sampleValue As Integer
textColumns1.LineBetween = sampleValue

Syntax

Property LineBetween() As Integer
int LineBetween {get; set;}
property Int32 LineBetween{
    Int32 get();
    Void set(Int32);
}
public int get_LineBetween();
public void set_LineBetween(int);
function get LineBetween() : int;
function set LineBetween(int);

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