GrapeCity MultiRow Windows Forms Documentation
Contains Method (SelectedRowCollection)


The Row object to locate in the SelectedRowCollection.
Determines whether the SelectedRowCollection contains a specific Row.
Syntax
Public Function Contains( _
   ByVal item As Row _
) As Boolean
Dim instance As SelectedRowCollection
Dim item As Row
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   Row item
)

Parameters

item
The Row object to locate in the SelectedRowCollection.

Return Value

true if item is found in the SelectedRowCollection; 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

SelectedRowCollection Class
SelectedRowCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.