CellRange の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public CellRange(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- row1
- 範囲の最初の行のインデックス。
- col1
- 範囲の最後の行のインデックス。
- row2
- 範囲の最初の列のインデックス。
- col2
- 範囲の最後の列のインデックス。
参照