WdListApplyTo 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 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
Name | Value | Description |
---|---|---|
wdListApplyToWholeList | 0 | Entire list. |
wdListApplyToThisPointForward | 1 | From cursor insertion point to end of list. |
wdListApplyToSelection | 2 | Selection. |