C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / PlaceholderCollection Class / Insert Method
The zero-based index at which CustomPlaceholder should be inserted.
The CustomPlaceholder to insert.

In This Topic
Insert Method (PlaceholderCollection)
In This Topic
Inserts a new special character to the collection at the specified position.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal cph As CustomPlaceholder _
) 
 

Parameters

index
The zero-based index at which CustomPlaceholder should be inserted.
cph
The CustomPlaceholder to insert.
See Also