C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / IndexEntryCollection Class / Insert Method
The position of the inserted item in the collection.
The item to insert.

In This Topic
Insert Method (IndexEntryCollection)
In This Topic
Inserts an IndexEntry into the current collection.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As IndexEntry _
) 
 

Parameters

index
The position of the inserted item in the collection.
item
The item to insert.
See Also