ListFormat.SingleListTemplate Property
Word Developer Reference |
True if the entire ListFormat object uses the same list template. Read-only Boolean.
Syntax
expression.SingleListTemplate
expression Required. A variable that represents a ListFormat object.
Example
This example checks to see whether the selection is formatted with a single list template. If so, the example applies the second numbered list template to the selection.
Visual Basic for Applications |
---|
|
See Also