次の方法で共有


Rows.Item[Int32] プロパティ

定義

コレクション内の各オブジェクトを返します。

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

パラメーター

Index
Int32

個々のオブジェクトの序数の位置を示す Integer

プロパティ値

Row

適用対象