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


In This Topic
IndexOf Method (SpreadShapesContainer)
In This Topic
Get the index of an object in the collection.
Syntax
'Declaration
 
Public Overridable Function IndexOf( _
   ByVal uniqueIdentifer As Integer _
) As Integer
 
'Usage
 
Dim instance As SpreadShapesContainer
Dim uniqueIdentifer As Integer
Dim value As Integer
 
value = instance.IndexOf(uniqueIdentifer)

Parameters

uniqueIdentifer
Unique identifier for the object in the collection
See Also