ComponentOne Input for WinForms
Insert Method (PlaceholderCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > PlaceholderCollection Class : Insert Method
The zero-based index at which CustomPlaceholder should be inserted.
The CustomPlaceholder to insert.
Inserts a new special character to the collection at the specified position.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal cph As CustomPlaceholder _
) 
public void Insert( 
   System.int index,
   CustomPlaceholder cph
)

Parameters

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

Reference

PlaceholderCollection Class
PlaceholderCollection Members