CalendarView for WinForms
Insert メソッド (PlaceholderCollection)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > PlaceholderCollection クラス : Insert メソッド
CustomPlaceholder が挿入される0から始まるインデックスです。
挿入する CustomPlaceholder。
新しい特殊文字をコレクションの指定された位置に挿入します。
シンタックス
'宣言
 
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。
参照

PlaceholderCollection クラス
PlaceholderCollection メンバ