Areas.Item[Int32] プロパティ

定義

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

public:
 property Microsoft::Office::Interop::Excel::Range ^ Item[int] { Microsoft::Office::Interop::Excel::Range ^ get(int Index); };
public Microsoft.Office.Interop.Excel.Range Item[int Index] { get; }
Public ReadOnly Property Item(Index As Integer) As Range

パラメーター

Index
Int32

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

プロパティ値

適用対象