C1.WPF.PrintDocument.4.6.2 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
 

Parameters

aggregate
The Aggregate object to add.

Return Value

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