Gets or sets the value specifies if a vertical line is draw between each
of the text columns in the this section.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool ColumnsLineBetween { get; set; }
Public Property ColumnsLineBetween As Boolean Get Set
public: property bool ColumnsLineBetween { bool get (); void set (bool value); }
member ColumnsLineBetween : bool with get, set