GridCellRange クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public GridCellRange(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- row1
- 上の行
- col1
- 左端の列
- row2
- 一番下の行
- col2
- 右端の列
参照