[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.GetMergedRange

GetMergedRange Method

GetMergedRange(GridControlRange)

Gets a GridControlRange that specifies the merged extent of a cell.

Declaration
protected override sealed GridControlRange GetMergedRange(GridControlRange range)
Protected NotOverridable Overrides Function GetMergedRange(range As GridControlRange) As GridControlRange
Parameters
Type Name Description
GridControlRange range

The range of the original cell.

Returns
Type Description
GridControlRange
Overrides