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)
Syntax
'Declaration
Property LineBetween As Integer
Get
Set
'Usage
Dim instance As TextColumns
Dim value As Integer
value = instance.LineBetween
instance.LineBetween = value
int LineBetween { get; set; }
Property Value
Type: System.Int32