Determines whether an XLRow is a member of the collection.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public bool Contains( XLRow row ) |
Visual Basic |
---|
Public Function Contains ( _ row As XLRow _ ) As Boolean |
Parameters
- row
- Type: C1.Silverlight.Excel..::..XLRow
Item to look for.