Word.TableFieldSeparator enum
Specifies the character used to separate fields in a table.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| comma = "Comma" | Uses the comma. |
| defaultListSeparator = "DefaultListSeparator" | Uses the default list separator. |
| paragraph = "Paragraph" | Uses the paragraph marker. |
| tab = "Tab" | Uses the tab. |