C1.Excel Assembly / C1.Excel Namespace / XLRowCollection Class / Contains Method
Item to look for.

In This Topic
Contains Method (XLRowCollection)
In This Topic
Determines whether an XLRow is a member of the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal row As XLRow _
) As System.Boolean
 

Parameters

row
Item to look for.

Return Value

True if the collection contains the item, False otherwise.
See Also