[]
Inserts a C1Anchor into the current collection.
public void Insert(int index, C1Anchor anchor)
Public Sub Insert(index As Integer, anchor As C1Anchor)
| Type | Name | Description |
|---|---|---|
| int | index | The position at which to insert the anchor. |
| C1Anchor | anchor | The anchor to insert. |