FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / RowColCollection Class / Contains Method
Row or column items to be detected.

In This Topic
    Contains Method (RowColCollection)
    In This Topic
    Determines whether the collection contains a given row or column.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal item As RowCol _
    ) As Boolean
    public bool Contains( 
       RowCol item
    )

    Parameters

    item
    Row or column items to be detected.

    Return Value

    True if the row or column is a member of the collection, False otherwise.
    See Also