'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal cph As CustomPlaceholder _ )
public void Insert( System.int index, CustomPlaceholder cph )
パラメータ
- index
 - The zero-based index at which CustomPlaceholder should be inserted.
 - cph
 - The CustomPlaceholder to insert.