C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderFragmentCollection Class / Insert Method
The index at which to insert the fragment.
The fragment to insert.

In This Topic
Insert Method (RenderFragmentCollection)
In This Topic
Inserts a RenderFragment into the current collection at a specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal rf As RenderFragment _
) 
 

Parameters

index
The index at which to insert the fragment.
rf
The fragment to insert.
See Also