MESCIUS SPREAD for Windows Forms 15.0J
InsertItem メソッド (AppearanceStyleCollection)

itemを挿入する位置の0から始まるインデックス。
挿入するオブジェクト。参照型の場合、値はnullにできます。
コレクションの指定したインデックスに要素を挿入します。
構文
'宣言
 
Protected Overrides NotOverridable Sub InsertItem( _
   ByVal index As Integer, _
   ByVal item As AppearanceStyleInfo _
) 
protected override void InsertItem( 
   int index,
   AppearanceStyleInfo item
)

パラメータ

index
itemを挿入する位置の0から始まるインデックス。
item
挿入するオブジェクト。参照型の場合、値はnullにできます。
例外
例外解説
System.ArgumentOutOfRangeException

index0未満です。

-または-

指定された値がCountを超えています。

System.ArgumentNullExceptionitemがnull 参照 (Visual Basicでは Nothing)です。
参照

AppearanceStyleCollection クラス
AppearanceStyleCollection メンバ

 

 


© MESCIUS inc. All rights reserved.