ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / CodeRanges Class / IndexOf Method / IndexOf(CodeRange,Int32) Method

In This Topic
    IndexOf(CodeRange,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal item As CodeRange, _
       ByVal index As System.Integer _
    ) As System.Integer
    public System.int IndexOf( 
       CodeRange item,
       System.int index
    )

    Parameters

    item
    index
    See Also