TableSeparator Property
Specifies the table separator for a table.
Applies To
- XMLports
Property Value
Value | Description |
---|---|
<None> |
There is no table separator. |
<NewLine> |
Any combination of CR and LF characters. |
<CR/LF> |
CR followed by LF. |
<CR> |
CR alone. |
<LF> |
LF alone. |
<TAB> |
Tabulator alone. |
Other strings |
The literal string entered. |
Remarks
This property specifies how tables should be separated. The default value is a new line (<NewLine>). TableSeparator property is only used if the Format Property is set to Variable Text or Fixed Text. Otherwise, the setting is ignored.