次の方法で共有


RepeatingSectionItemColl.Item[Int32] プロパティ

定義

個別の繰り返しセクション アイテムを返します。

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

パラメーター

Index
Int32

コレクション内の項目のインデックス番号。

プロパティ値

指定 したRepeatingSectionItemColl オブジェクトの親オブジェクトを表す オブジェクトを返します。

適用対象