ComponentOne FlexGrid for WinForms
Contains Method (RowColCollection)

C1.Win.C1FlexGrid Namespace > RowColCollection Class : Contains Method
Row or column items to be detected.
Determines whether the collection contains a given row or column.
Syntax
'Declaration
 
Public 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

Reference

RowColCollection Class
RowColCollection Members