[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridGroupRow.GetMergedRange

GetMergedRange Method

GetMergedRange(GridCellType, GridCellRange)

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

Declaration
protected override GridCellRange GetMergedRange(GridCellType cellType, GridCellRange range)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The original cell range.

Returns
Type Description
GridCellRange
Overrides