Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the character to use to separate text into cells when converting text to a table, or to delimit converted columns when converting a table to text (paragraph marks delimit converted rows).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdTableFieldSeparator
'Usage
Dim instance As WdTableFieldSeparator
public enum WdTableFieldSeparator
Members
| Member name | Description | |
|---|---|---|
| wdSeparateByParagraphs | Paragraph markers. | |
| wdSeparateByTabs | A tab. | |
| wdSeparateByCommas | A comma. | |
| wdSeparateByDefaultListSeparator | The default list separator. |