Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellRange Class / Contains Method / Contains(GridCellRange) Method
GridCellRange that may be contained within this range.


In This Topic
    Contains(GridCellRange) Method
    In This Topic
    Gets a value that indicates whether this range contains another range.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal rng As GridCellRange _
    ) As Boolean
    'Usage
     
    
    Dim instance As GridCellRange
    Dim rng As GridCellRange
    Dim value As Boolean
     
    value = instance.Contains(rng)
    public bool Contains( 
       GridCellRange rng
    )

    Parameters

    rng
    GridCellRange that may be contained within this range.

    Return Value

    True if this range contains the range specified by the rng parameter.
    See Also