[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.IMergeManager

IMergeManager Interface

Defines the functionality of classes that handle cell merging.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public interface IMergeManager
Remarks

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.

Methods

Name Description
GetMergedRange(C1FlexGrid, CellType, CellRange)

Gets a CellRange that specifies the merged extent of a cell in a GridPanel.