WdListApplyTo Enumeration 

Specifies the portion of a list to which to apply a list template.

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

Usage

Dim wdListApplyTo1 As WdListApplyTo = WdListApplyTo.wdListApplyToSelection

Syntax

Public Enum WdListApplyTo
public enum WdListApplyTo
public enum class WdListApplyTo
public enum WdListApplyTo
public enum WdListApplyTo

Members

Member name Description
wdListApplyToSelection Selection.
wdListApplyToThisPointForward From cursor insertion point to end of list.
wdListApplyToWholeList Entire list.

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