PowerTools SPREAD for Windows Forms 8.0J
Intersects(Int32,Int32,Int32,Int32) メソッド


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

パラメータ

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

CellRange クラス
CellRange メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.