PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / AggregateCollection Class / Add Method
The Aggregate object to add.

In This Topic
    Add Method (AggregateCollection)
    In This Topic
    Adds an Aggregate object to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal aggregate As Aggregate _
    ) As Integer
    public int Add( 
       Aggregate aggregate
    )

    Parameters

    aggregate
    The Aggregate object to add.

    Return Value

    The index of the newly added object in the current collection.
    See Also