TextColumnCollectionLineBetween Property |
Gets or sets a value indicating whether to show or not the line between two
TextColumn.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic bool LineBetween { get; set; }
Public Property LineBetween As Boolean
Get
Set
Property Value
Type:
Boolean to show the line between two
TextColumn; otherwise,
.
See Also