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