Inserts a RenderFragment into the current collection
            at a specified index.
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# | 
|---|
public void Insert( int index, RenderFragment rf )  | 
| Visual Basic | 
|---|
Public Sub Insert ( _ index As Integer, _ rf As RenderFragment _ )  | 
Parameters
- index
 - Type: System..::..Int32
The index at which to insert the fragment. 
- rf
 - Type: C1.C1Preview..::..RenderFragment
The fragment to insert.