[]
        
(Showing Draft Content)

C1.Win.C1Input.PlaceholderCollection.Insert

Insert Method

Insert(int, CustomPlaceholder)

Inserts a new special character to the collection at the specified position.

Declaration
public void Insert(int index, CustomPlaceholder cph)
Public Sub Insert(index As Integer, cph As CustomPlaceholder)
Parameters
Type Name Description
int index

The zero-based index at which CustomPlaceholder should be inserted.

CustomPlaceholder cph

The CustomPlaceholder to insert.