Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSContainer Class / Find Method
Unique identifier for the object in the collection


In This Topic
Find Method (PSContainer)
In This Topic
Finds an object in the collection that matches the specified unique identifier.
Syntax
'Declaration
 
Public Overridable Function Find( _
   ByVal uniqueIdentifier As Integer _
) As PSObject
 
'Usage
 
Dim instance As PSContainer
Dim uniqueIdentifier As Integer
Dim value As PSObject
 
value = instance.Find(uniqueIdentifier)

Parameters

uniqueIdentifier
Unique identifier for the object in the collection
See Also