次の方法で共有


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

プロパティ値

適用対象