Share via


Columns.Item[Int32] プロパティ

定義

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

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

パラメーター

Index
Int32

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

プロパティ値

適用対象