Reports for WinForms | ComponentOne
C1.C1Report.4 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 _
    ) 
    public void Insert( 
       int index,
       C1Anchor anchor
    )

    Parameters

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