FlexGrid for UWP/WinRT
GetMergedRange メソッド (IMergeManager)

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

パラメータ

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

戻り値の型

指定された rng を結合範囲全体に拡大した CellRange
解説

GetMergedRange メソッドは次の2つの要件を満たします。

1) 返される範囲は、常にパラメータで渡された範囲を含みます。

2) 返される範囲は、その範囲に含まれるどのセルに対しても同じです。

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

参照

関連項目

IMergeManager インターフェース
IMergeManager メンバ

Send Feedback