GrapeCity MultiRow Windows Forms Documentation
Contains Method (CellCollection)


The object located in the CellCollection.
Determines whether the CellCollection contains a specified cell.
Syntax
Public Function Contains( _
   ByVal item As Cell _
) As Boolean
Dim instance As CellCollection
Dim item As Cell
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   Cell item
)

Parameters

item
The object located in the CellCollection.

Return Value

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

CellCollection Class
CellCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.