C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderObjectCollection Class / Insert Method
The index where to insert the object.
The object to insert.

In This Topic
Insert Method (RenderObjectCollection)
In This Topic
Inserts the specified RenderObject into the current collection.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal ro As RenderObject _
) 
 

Parameters

index
The index where to insert the object.
ro
The object to insert.
See Also