[]
        
(Showing Draft Content)

C1.WPF.Excel.XLRowCollection.Contains

Contains Method

Contains(XLRow)

Determines whether an XLRow is a member of the collection.

Declaration
public bool Contains(XLRow row)
Public Function Contains(row As XLRow) As Boolean
Parameters
Type Name Description
XLRow row

Item to look for.

Returns
Type Description
bool

True if the collection contains the item, False otherwise.