Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridMergeManager Class / GetMergedRange(GridCellType,GridCellRange) Method
Type of the cell.
The range of the original cell.


In This Topic
    GetMergedRange(GridCellType,GridCellRange) Method
    In This Topic
    Gets a GridCellRange that specifies the merged extent of a cell.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetMergedRange( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange _
    ) As GridCellRange
    'Usage
     
    
    Dim instance As GridMergeManager
    Dim cellType As GridCellType
    Dim range As GridCellRange
    Dim value As GridCellRange
     
    value = instance.GetMergedRange(cellType, range)
    public override GridCellRange GetMergedRange( 
       GridCellType cellType,
       GridCellRange range
    )

    Parameters

    cellType
    Type of the cell.
    range
    The range of the original cell.
    See Also