Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSContainer Class / IndexOf Method
Unique identifier for the object in the collection


In This Topic
    IndexOf Method (PSContainer)
    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 PSContainer
    Dim uniqueIdentifer As Integer
    Dim value As Integer
     
    value = instance.IndexOf(uniqueIdentifer)
    public virtual int IndexOf( 
       int uniqueIdentifer
    )

    Parameters

    uniqueIdentifer
    Unique identifier for the object in the collection
    See Also