Adds an Aggregate object to the current collection.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Add(
	Aggregate aggregate
)
Visual Basic
Public Function Add ( _
	aggregate As Aggregate _
) As Integer

Parameters

aggregate
Type: C1.C1Preview.DataBinding..::..Aggregate
The Aggregate object to add.

Return Value

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

See Also