TextColumns.LineBetween Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if vertical lines appear between all the columns in the TextColumns collection. Can be True, False, or wdUndefined.
public:
property int LineBetween { int get(); void set(int value); };
public int LineBetween { get; set; }
member this.LineBetween : int with get, set
Public Property LineBetween As Integer