RangeReference 構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal column2 As System.Integer _
)
public RangeReference(
System.int ,
System.int column,
System.int ,
System.int column2
)
パラメータ
- row
- 一番上の行の絶対インデックスを示す整数値。
- column
- 左端の列の絶対インデックスを示す整数値。
- row2
- 一番下の行の絶対インデックスを示す整数値。
- column2
- 右端の列の絶対インデックスを示す整数値。
参照