ListGalleries.Item[WdListGalleryType] Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::ListGallery ^ default[Microsoft::Office::Interop::Word::WdListGalleryType] { Microsoft::Office::Interop::Word::ListGallery ^ get(Microsoft::Office::Interop::Word::WdListGalleryType Index); };
public Microsoft.Office.Interop.Word.ListGallery this[Microsoft.Office.Interop.Word.WdListGalleryType Index] { get; }
member this.Item(Microsoft.Office.Interop.Word.WdListGalleryType) : Microsoft.Office.Interop.Word.ListGallery
Default Public ReadOnly Property Item(Index As WdListGalleryType) As ListGallery

Parameters

Index
WdListGalleryType

Required WdListGalleryType. A constant that specifies the type of list.WdListGalleryType can be one of the following constants:wdBulletGallerywdNumberGallerywdOutlineNumberGallery

Property Value

Applies to