Share via


_Global.ListGalleries Property

Returns a ListGalleries collection that represents the three list template galleries: Bulleted, Numbered, and Outline Numbered.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property ListGalleries As ListGalleries
    Get
'Usage
Dim instance As _Global
Dim value As ListGalleries

value = instance.ListGalleries
ListGalleries ListGalleries { get; }

Property Value

Type: Microsoft.Office.Interop.Word.ListGalleries

Remarks

Each gallery corresponds to a tab in the Bullets and Numbering dialog box located in the Format menu.

See Also

Reference

_Global Interface

_Global Members

Microsoft.Office.Interop.Word Namespace