[]
        
(Showing Draft Content)

C1.Excel.XLRowCollection.Contains

Contains Method

Contains(XLRow)

Determines whether an XLRow is a member of the collection.

Declaration
public bool Contains(XLRow row)
Parameters
Type Name Description
XLRow row

Item to look for.

Returns
Type Description
bool

True if the collection contains the item, False otherwise.