[]
        
(Showing Draft Content)

C1.C1Preview.C1AnchorCollection.Insert

Insert Method

Insert(int, C1Anchor)

Inserts a C1Anchor into the current collection.

Declaration
public void Insert(int index, C1Anchor anchor)
Parameters
Type Name Description
int index

The position at which to insert the anchor.

C1Anchor anchor

The anchor to insert.