Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / OperatorList Class / LastIndexOf Method / LastIndexOf(OperatorBase) Method

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

    Parameters

    item
    See Also