PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RenderFragmentCollection Class / IndexOf Method / IndexOf(RenderFragment) Method
The fragment to get the index of.

In This Topic
    IndexOf(RenderFragment) Method
    In This Topic
    Gets the index of a RenderFragment in the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal rf As RenderFragment _
    ) As Integer
    public int IndexOf( 
       RenderFragment rf
    )

    Parameters

    rf
    The fragment to get the index of.

    Return Value

    The index of the specified fragment.
    See Also