C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1AnchorCollection Class / Insert Method
The position at which to insert the anchor.
The anchor to insert.

In This Topic
Insert Method (C1AnchorCollection)
In This Topic
Inserts a C1Anchor into the current collection.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal anchor As C1Anchor _
) 
 

Parameters

index
The position at which to insert the anchor.
anchor
The anchor to insert.
See Also