ListGalleries.Item[WdListGalleryType] Propriété

Définition

Renvoie le type de liste (à puces, numérotée ou plan) à partir de la Galerie de modèles de listes.

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

Paramètres

Index
WdListGalleryType

Obligatoire WdListGalleryType . Constante qui spécifie le type de liste. WdListGalleryType peut être l’une des constantes suivantes :wdBulletGallerywdNumberGallerywdOutlineNumberGallery

Valeur de propriété

ListGallery

S’applique à