[]
        
(Showing Draft Content)

C1.WinUI.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)
Protected Overridable Function GetMergedRange(cellType As GridCellType, range As GridCellRange, row As GridRow) As GridCellRange
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridCellRange range

The original cell range.

GridRow row

The row.

Returns
Type Description
GridCellRange