FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects Class / IndexOf Method
Element object


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

Parameters

element
Element object
See Also