GrapeCity MultiRow Windows Forms Documentation
Contains Method (ListBoxCell.ObjectCollection)


A System.Object value that represents the item to locate in the collection.
Determines whether the specified item is contained in the collection.
Syntax
Public Function Contains( _
   ByVal value As Object _
) As Boolean
Dim instance As ListBoxCell.ObjectCollection
Dim value As Object
Dim value As Boolean
 
value = instance.Contains(value)
public bool Contains( 
   object value
)

Parameters

value
A System.Object value that represents the item to locate in the collection.

Return Value

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

ListBoxCell.ObjectCollection Class
ListBoxCell.ObjectCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.