PrintDocument for WinForms
Add メソッド (AggregateCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > AggregateCollection クラス : Add メソッド
The Aggregate object to add.
Adds an Aggregate object to the current collection.
シンタックス
'宣言
 
Public Function Add( _
   ByVal aggregate As Aggregate _
) As System.Integer
'使用法
 
Dim instance As AggregateCollection
Dim aggregate As Aggregate
Dim value As System.Integer
 
value = instance.Add(aggregate)
public System.int Add( 
   Aggregate aggregate
)

パラメータ

aggregate
The Aggregate object to add.

戻り値の型

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

AggregateCollection クラス
AggregateCollection メンバ