バージョン

Insert メソッド (AppearancesCollection)

Appearnce をコレクションに挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Appearance _
) 
public void Insert( 
   int index,
   Appearance value
)

パラメータ

index
項目を挿入するインデックス
value
Appearance オブジェクト
参照