constructor(grid: FlexGrid): DetailMergeManager
DetailMergeManagerクラスの新しいインスタンスを初期化します。
Grid that owns this merge manager.
getMergedRange(p: GridPanel, r: number, c: number, clip?: boolean): CellRange
The GridPanel that contains the range.
The index of the row that contains the cell.
The index of the column that contains the cell.
Whether to clip the merged range to the grid's current view range.
FlexGridDetailProvider クラスによって使用される結合マネージャクラス。
DetailMergeManager は、詳細セル(DetailRow 内のセル)をすべてのグリッド列にまたがる1つの詳細セルにマージします。