ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellRange Structure / Contains Method / Contains(CellRange) Method
CellRange that may be contained within this range.

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

    Parameters

    rng
    CellRange that may be contained within this range.

    Return Value

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