Determines whether the ViewRowCollection contains a specific view row.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public bool Contains( ViewRow row ) |
Visual Basic |
---|
Public Function Contains ( _ row As ViewRow _ ) As Boolean |
Parameters
- row
- Type: C1.LiveLinq.LiveViews..::..ViewRow
The view row to locate in the collection.