ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ColumnCollection Class / Contains Method / Contains(RowCol) Method
Row or column items to be detected.

In This Topic
    Contains(RowCol) Method
    In This Topic
    Determines whether the collection contains a given row or column.
    Syntax
    'Declaration
     
    Public Overloads 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