ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionCollection Class / IndexOf(Section) Method

Specifies the Section object.


In This Topic
    IndexOf(Section) Method
    In This Topic

    Determines the specific index of the specified section in the collection.

    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal section As Section _
    ) As Integer
    public int IndexOf( 
       Section section
    )

    Parameters

    section

    Specifies the Section object.

    See Also