次の方法で共有


Points.Item[Int32] プロパティ

定義

コレクションから 1 つのオブジェクトを返します。

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

パラメーター

Index
Int32

整数型 (Integer) の値を使用します。 オブジェクトのインデックス番号を指定します。

プロパティ値

Point

適用対象