_Application.ListGalleries Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::ListGalleries ^ ListGalleries { Microsoft::Office::Interop::Word::ListGalleries ^ get(); };
public Microsoft.Office.Interop.Word.ListGalleries ListGalleries { get; }
member this.ListGalleries : Microsoft.Office.Interop.Word.ListGalleries
Public ReadOnly Property ListGalleries As ListGalleries

Property Value

Remarks

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

Applies to