constructor(grid?: FlexGrid): MergeManager
MergeManagerクラスの新しいインスタンスを初期化します。
FlexGrid that owns this MergeManager. This parameter is optional and deprecated. Please don't use it.
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.
FlexGrid のセル結合動作を定義します。
グリッドのデフォルトの結合動作を実装するために、このクラスのインスタンスが 自動的に作成され、グリッドのmergeManager プロパティに割り当てられます。
デフォルトの結合動作をカスタマイズする場合は、MergeManager から派生する クラスを作成し、getMergedRange メソッドをオーバーライドします。