ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionCollection Class / Item Property / Item(Int32) Property
Index of the section to be returned.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the Section object at the specified indexed location in the SectionCollection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As Section
    public Section Item( 
       int index
    ) {get;}

    Parameters

    index
    Index of the section to be returned.
    See Also