PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview.DataBinding Namespace / AggregateCollection Class / Item Property / Item(Int32) Property
Index of aggregate zero-based.

In This Topic
    Item(Int32) Property
    In This Topic
    Enumerates aggregates by index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As Aggregate
    public Aggregate Item( 
       int index
    ) {get;}

    Parameters

    index
    Index of aggregate zero-based.

    Property Value

    Returns the Aggregate object at specified position.
    See Also