DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList Class / IndexOf Method

In This Topic
    IndexOf Method (C1LengthList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As Double _
    ) As Integer
    public int IndexOf( 
       double item
    )

    Parameters

    item
    See Also