GrapeCity MultiRow Windows Forms Documentation
Contains Method (SelectedCellCollection)


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

Parameters

item
A Cell object to locate in the SelectedCellCollection.

Return Value

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

SelectedCellCollection Class
SelectedCellCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.