Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration WdListApplyTo
'Usage
Dim instance As WdListApplyTo
public enum WdListApplyTo
Members
| Member name | Description | |
|---|---|---|
| wdListApplyToWholeList | Entire list. | |
| wdListApplyToThisPointForward | From cursor insertion point to end of list. | |
| wdListApplyToSelection | Selection. |