シンタックス
'宣言
Overloads ReadOnly Property Item( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal column2 As System.Integer _
) As IRange
IRange Item(
System.int ,
System.int column,
System.int ,
System.int column2
) {get;}
パラメータ
- row
- 一番上の行のインデックスを示す整数値。
- column
- 左端の列のインデックスを示す整数値。
- row2
- 一番下の行のインデックスを示す整数値。
- column2
- 右端の列のインデックスを示す整数値。
プロパティ値
セルの値、数式、書式などへのアクセスを提供する
IRange オブジェクト。
参照