Client-Side API Reference > FlexGrid > wijmo.grid > MergeManager Class |
constructor(g: FlexGrid): MergeManager
Initializes a new instance of the MergeManager class.
The FlexGrid object that owns this MergeManager.
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.
Defines the FlexGrid's cell merging behavior.
An instance of this class is automatically created and assigned to the grid's mergeManager property to implement the grid's default merging behavior.
If you want to customize the default merging behavior, create a class that derives from getMergedRange method.