'宣言
Public Function IsOverlapped( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal column2 As System.Integer _
) As System.Boolean
public System.bool IsOverlapped(
System.int ,
System.int column,
System.int ,
System.int column2
)
パラメータ
- row
- 範囲参照の一番上の行のインデックスを示す整数値。
- column
- 範囲参照の左端の列のインデックスを示す整数値。
- row2
- 範囲参照の一番下の行のインデックスを示す整数値。
- column2
- 範囲参照の右端の列のインデックスを示す整数値。
戻り値の型
指定した行が重なっている場合はtrue
、それ以外の場合はfalse
。