WdTableFieldSeparator Enumeration

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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace