GrapeCity MultiRow Windows Forms Documentation
Contains Method (RowCollection)


The row to locate in the RowCollection.
Determines whether the RowCollection contains a specific row.
Syntax
<FeatureAttribute(Name="RowCollection", Version="v5.0")>
Public Function Contains( _
   ByVal row As Row _
) As Boolean
Dim instance As RowCollection
Dim row As Row
Dim value As Boolean
 
value = instance.Contains(row)
[Feature(Name="RowCollection", Version="v5.0")]
public bool Contains( 
   Row row
)

Parameters

row
The row to locate in the RowCollection.

Return Value

true if item is found in the RowCollection; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowCollection Class
RowCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.