MultiSelect for WinForms
Insert メソッド (PlaceholderCollection)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > PlaceholderCollection クラス : Insert メソッド
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.
シンタックス
'宣言
 
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.
参照

PlaceholderCollection クラス
PlaceholderCollection メンバ