ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellRangeCollection Class / Contains Method
Object to locate in the collection.

In This Topic
    Contains Method (CellRangeCollection)
    In This Topic
    Determines whether a CellRange object is a member of the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal item As CellRange _
    ) As Boolean
    public bool Contains( 
       CellRange item
    )

    Parameters

    item
    Object to locate in the collection.

    Return Value

    True if the object is a member of the collection, false otherwise.
    See Also