[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowColCollection.Contains

Contains Method

Contains(RowCol)

Determines whether the collection contains a given row or column.

Declaration
public bool Contains(RowCol item)
Parameters
Type Name Description
RowCol item

Row or column items to be detected.

Returns
Type Description
bool

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