[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CellRangeCollection.Contains

Contains Method

Contains(CellRange)

Determines whether a CellRange object is a member of the collection.

Declaration
public bool Contains(CellRange item)
Public Function Contains(item As CellRange) As Boolean
Parameters
Type Name Description
CellRange item

Object to locate in the collection.

Returns
Type Description
bool

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