Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Log Namespace / LogEntryList Class / IndexOf Method / IndexOf(LogEntryBase) Method

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

    Parameters

    item
    See Also