WdSeparatorType Enumeration 

Specifies the type of separator to place between items.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdSeparatorType1 As WdSeparatorType = WdSeparatorType.wdSeparatorColon

Syntax

Public Enum WdSeparatorType
public enum WdSeparatorType
public enum class WdSeparatorType
public enum WdSeparatorType
public enum WdSeparatorType

Members

Member name Description
wdSeparatorColon A colon.
wdSeparatorEmDash An emphasized dash.
wdSeparatorEnDash A standard dash.
wdSeparatorHyphen A hyphen.
wdSeparatorPeriod A period.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace