ListGalleries.Item[WdListGalleryType] 属性

定义

返回列表模板库中 (项目符号、编号或大纲) 的列表类型。

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

参数

Index
WdListGalleryType

必需 WdListGalleryType。 一个指定列表类型的常量。WdListGalleryType 可以是以下常量之一:wdBulletGallerywdNumberGallerywdOutlineNumberGallery

属性值

适用于