'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal cph As CustomPlaceholder _ )
public void Insert( int index, CustomPlaceholder cph )
Parameters
- index
- The zero-based index at which CustomPlaceholder should be inserted.
- cph
- The CustomPlaceholder to insert.