C1.Win.C1FlexGrid 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
 

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