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


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

Parameters

uniqueIdentifier
Unique identifier for the object in the collection
See Also