[]
Inserts a new special character to the collection at the specified position.
public void Insert(int index, CustomPlaceholder cph)
Public Sub Insert(index As Integer, cph As CustomPlaceholder)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which CustomPlaceholder should be inserted. |
| CustomPlaceholder | cph | The CustomPlaceholder to insert. |