FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / GroupCollection Class / Item Property / Item(Int32) Property
The zero-based index of the element to get.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the element at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Overridable ReadOnly Property Item( _
       ByVal index As Integer _
    ) As Group
    public virtual Group Item( 
       int index
    ) {get;}

    Parameters

    index
    The zero-based index of the element to get.

    Property Value

    The element at specified index.
    See Also