Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutlineNodeCollection Class / IndexOf Method

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

    Parameters

    item
    See Also