SPREAD for WPF 3.0J - GcSpreadSheet
IsOverlapped(Int32,Int32,Int32,Int32) メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Reference 構造体 : IsOverlapped(Int32,Int32,Int32,Int32) メソッド
範囲参照の一番上の行のインデックスを示す整数値。
範囲参照の左端の列のインデックスを示す整数値。
範囲参照の一番下の行のインデックスを示す整数値。
範囲参照の右端の列のインデックスを示す整数値。
この参照が指定した範囲と重なっているかどうかを判断します。
シンタックス
'宣言
 
Public Function IsOverlapped( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal column2 As System.Integer _
) As System.Boolean
public System.bool IsOverlapped( 
   System.int row,
   System.int column,
   System.int row2,
   System.int column2
)

パラメータ

row
範囲参照の一番上の行のインデックスを示す整数値。
column
範囲参照の左端の列のインデックスを示す整数値。
row2
範囲参照の一番下の行のインデックスを示す整数値。
column2
範囲参照の右端の列のインデックスを示す整数値。

戻り値の型

指定した行が重なっている場合はtrue、それ以外の場合はfalse
参照

Reference 構造体
Reference メンバ