WdListGalleryType Enumeration
Specifies the type of list from a list template gallery.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdListGalleryType
'Usage
Dim instance As WdListGalleryType
public enum WdListGalleryType
Members
Member name | Description | |
---|---|---|
wdBulletGallery | Bulleted list. | |
wdNumberGallery | Numbered list. | |
wdOutlineNumberGallery | Outline numbered list. |
Remarks
Each of the constants in the wdListGalleryType enumeration represents a tab in the Bullets and Numbering dialog box.