C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PageCollection Class / Insert Method
The index of the element.
The element to insert.

In This Topic
Insert Method (C1PageCollection)
In This Topic
Inserts the element at the specified index.
Syntax
'Declaration
 
Protected Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal obj As Object _
) 
 

Parameters

index
The index of the element.
obj
The element to insert.
See Also