FlexGrid for UWP/WinRT
GetMergedRange(C1FlexGrid,CellType,CellRange) メソッド

結合されたセルを保持する C1FlexGrid
結合されたセルの種類を指定する CellType
結合されるセルの座標を指定する CellRange
GridPanel 内のセルの結合された範囲を示す CellRange を取得します。
構文
'宣言
 
Public Overridable Function GetMergedRange( _
   ByVal grid As C1FlexGrid, _
   ByVal cellType As CellType, _
   ByVal rng As CellRange _
) As CellRange
public virtual CellRange GetMergedRange( 
   C1FlexGrid grid,
   CellType cellType,
   CellRange rng
)

パラメータ

grid
結合されたセルを保持する C1FlexGrid
cellType
結合されたセルの種類を指定する CellType
rng
結合されるセルの座標を指定する CellRange

戻り値の型

指定された rng を結合範囲全体に拡大した CellRange
解説
このメソッドは、セルのコンテンツを周囲のセルと比較し、同じコンテンツを保持するセルを結合することで範囲を拡大します。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

MergeManager クラス
MergeManager メンバ

Send Feedback