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

集合中项的索引号。

属性值

返回一个 Object 类型的值 ,该值代表指定 RepeatingSectionItemColl 对象的父对象。

适用于