Word.ListApplyTo enum
Specifies the portion of a list to which to apply a list template.
Remarks
[ API set: WordApiDesktop 1.3 ]
Fields
| selection = "Selection" | Applies the list template to the selection. |
| thisPointForward = "ThisPointForward" | Applies the list template from the cursor insertion point to the end of the list. |
| wholeList = "WholeList" | Applies the list template to the entire list. |