WdListApplyTo Enum

Definition

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

public enum class WdListApplyTo
[System.Runtime.InteropServices.Guid("54679592-3E68-3EC3-93E5-22564D0388E7")]
public enum WdListApplyTo
type WdListApplyTo = 
Public Enum WdListApplyTo
Inheritance
WdListApplyTo
Attributes

Fields

wdListApplyToSelection 2

Selection.

wdListApplyToThisPointForward 1

From cursor insertion point to end of list.

wdListApplyToWholeList 0

Entire list.

Applies to