[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridColumn.GetMergedRange

GetMergedRange Method

GetMergedRange(GridCellType, GridCellRange, GridRow)

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

Declaration
protected virtual GridCellRange GetMergedRange(GridCellType cellType, GridCellRange range, GridRow row)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridCellRange range

The original cell range.

GridRow row

The row.

Returns
Type Description
GridCellRange