[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.AggregateCollection.Add

Add Method

Add(Aggregate)

Adds an Aggregate object to the current collection.

Declaration
public int Add(Aggregate aggregate)
Public Function Add(aggregate As Aggregate) As Integer
Parameters
Type Name Description
Aggregate aggregate

The Aggregate object to add.

Returns
Type Description
int

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