'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal cph As CustomPlaceholder _ )
public void Insert( System.int index, CustomPlaceholder cph )
パラメータ
- index
- CustomPlaceholder が挿入される0から始まるインデックスです。
- cph
- 挿入する CustomPlaceholder。
'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal cph As CustomPlaceholder _ )
public void Insert( System.int index, CustomPlaceholder cph )