PrintDocument for WinForms
Add メソッド (RenderObjectCollection)


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

パラメータ

ro
The object to add.

戻り値の型

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

RenderObjectCollection クラス
RenderObjectCollection メンバ