ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.Integer
    public System.int IndexOf( 
       RenderFragment rf
    )

    Parameters

    rf
    The fragment to get the index of.

    Return Value

    The index of the specified fragment.
    See Also