ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IC1CollectionView Interface / IndexOf Method

In This Topic
    IndexOf Method (IC1CollectionView)
    In This Topic
    Syntax
    'Declaration
     
    Function IndexOf( _
       ByVal value As System.Object, _
       ByRef index As System.UInteger _
    ) As System.Boolean
    System.bool IndexOf( 
       System.object value,
       out System.uint index
    )

    Parameters

    value
    index
    See Also