ComponentOne FlexGrid for WinForms
Contains Method (CellRangeCollection)

C1.Win.C1FlexGrid Namespace > CellRangeCollection Class : Contains Method
Object to locate in the collection.
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

Reference

CellRangeCollection Class
CellRangeCollection Members