ListGalleries.Item Method
Word Developer Reference |
Returns a ListGallery that represents the type of list (bulleted, numbered or outline) from the list template gallery.
Syntax
expression.Item(Index)
expression Required. A variable that represents a ListGalleries collection.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | WdListGalleryType | A constant that specifies the type of list. |
Return Value
ListGallery
See Also