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

参照の一番上の行のインデックスを示す整数値。
参照の左端の列のインデックスを示す整数値。
参照の一番下の行のインデックスを示す整数値。
参照の右端の列のインデックスを示す整数値。
結合された参照を表すReference値。
指定した参照と交差しているすべてのマージセルの結合された参照を検索します。
構文
'宣言
 
Public Overloads Function FindMergedCell( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer, _
   ByRef unionedMergedCell As Reference _
) As Boolean
public bool FindMergedCell( 
   int row,
   int column,
   int row2,
   int column2,
   out Reference unionedMergedCell
)

パラメータ

row
参照の一番上の行のインデックスを示す整数値。
column
参照の左端の列のインデックスを示す整数値。
row2
参照の一番下の行のインデックスを示す整数値。
column2
参照の右端の列のインデックスを示す整数値。
unionedMergedCell
結合された参照を表すReference値。

戻り値の型

交差しているマージセルが少なくとも1つある場合はtrue、それ以外の場合はfalse
参照

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

 

 


© MESCIUS inc. All rights reserved.