ListGallery.Reset Method
Word Developer Reference |
Resets the list template specified by Index for the specified list gallery to the built-in list template format.
Syntax
expression.Reset(Index)
expression Required. A variable that represents a ListGallery object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | Long | The template to reset. |
Example
This example sets the fourth format listed on the Numbered tab in the Bullets and Numbering dialog box back to the built-in numbering format, and then it applies the list template to the selection.
Visual Basic for Applications |
---|
|
This example resets all the list templates in the Bullets and Numbering dialog box back to the built-in formats.
Visual Basic for Applications |
---|
|
See Also