ListGalleries.Item Property

Returns the type of list (bulleted, numbered, or outline) from the list template gallery.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As WdListGalleryType _
) As ListGallery
    Get
'Usage
Dim instance As ListGalleries
Dim Index As WdListGalleryType
Dim value As ListGallery

value = instance(Index)
ListGallery this[
    WdListGalleryType Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Word.ListGallery

See Also

Reference

ListGalleries Interface

ListGalleries Members

Microsoft.Office.Interop.Word Namespace