ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / RuleCollection Class / LastIndexOf Method / LastIndexOf(BaseRule,Int32) Method

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

    Parameters

    item
    index
    See Also