MESCIUS SPREAD for Windows Forms 15.0J
Intersects(Int32,Int32,Int32,Int32) メソッド

範囲の先頭の行インデックス
範囲の先頭の列インデックス
行数
列数
セル範囲が指定した範囲と交差するかどうかを判定します。
構文
'宣言
 
Public Overloads Function Intersects( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) As Boolean
public bool Intersects( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
範囲の先頭の行インデックス
column
範囲の先頭の列インデックス
rowCount
行数
columnCount
列数
参照

CellRange クラス
CellRange メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.