WdTableFieldSeparator Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
public enum class WdTableFieldSeparator
[System.Runtime.InteropServices.Guid("5489D1D3-5B21-36BE-AA09-34FB4AB52058")]
public enum WdTableFieldSeparator
type WdTableFieldSeparator =
Public Enum WdTableFieldSeparator
- Inheritance
-
WdTableFieldSeparator
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdSeparateByParagraphs | 0 | Paragraph markers. |
wdSeparateByTabs | 1 | A tab. |
wdSeparateByCommas | 2 | A comma. |
wdSeparateByDefaultListSeparator | 3 | The default list separator. |