Expand Minimize
This topic has not yet been rated - Rate this topic

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)

'Usage
Dim wdTableFieldSeparator1 As WdTableFieldSeparator = WdTableFieldSeparator.wdSeparateByCommas

public enum WdTableFieldSeparator
public enum WdTableFieldSeparator
public enum WdTableFieldSeparator
Member nameDescription
wdSeparateByCommasA comma.
wdSeparateByDefaultListSeparatorThe default list separator.
wdSeparateByParagraphsParagraph markers.
wdSeparateByTabsA tab.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.