Contains Method (XLRowCollection)
Determines whether an
XLRow is a member of the collection.
'Declaration
Public Function Contains( _
ByVal As XLRow _
) As System.Boolean
public System.bool Contains(
XLRow
)
Parameters
- row
- Item to look for.
Return Value
True if the collection contains the item, False otherwise.