[]
Defines the functionality of classes that handle cell merging.
public interface IMergeManager
You can implement custom cell merging behaviors by creating a class that implements the IMergeManager interface and assigning an instance of this class to a grid's MergeManager property.
Name | Description |
---|---|
GetMergedRange(C1FlexGrid, CellType, CellRange) | Gets a CellRange that specifies the merged extent of a cell in a GridPanel. |