FlexPivot for WinForms
GetMergedRange(Int32,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGrid クラス > GetMergedRange メソッド : GetMergedRange(Int32,Int32) メソッド
Row index.
Column index.
Returns the merged range of cells that includes a given cell.
シンタックス
'宣言
 
Public Overloads Function GetMergedRange( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As CellRange
public CellRange GetMergedRange( 
   System.int row,
   System.int col
)

パラメータ

row
Row index.
col
Column index.

戻り値の型

A CellRange object that contains the given cell.
解説
This method returns the entire range, including invisible cells.
参照

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