PrintDocument for WinForms
Insert メソッド (RenderObjectCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObjectCollection クラス : Insert メソッド
The index where to insert the object.
The object to insert.
Inserts the specified RenderObject into the current collection.
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal ro As RenderObject _
) 
'使用法
 
Dim instance As RenderObjectCollection
Dim index As System.Integer
Dim ro As RenderObject
 
instance.Insert(index, ro)
public void Insert( 
   System.int index,
   RenderObject ro
)

パラメータ

index
The index where to insert the object.
ro
The object to insert.
参照

RenderObjectCollection クラス
RenderObjectCollection メンバ