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

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

パラメータ

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

index0未満です。

-または-

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

System.ArgumentNullExceptionnull 参照 (Visual Basicでは Nothing)の1つはitemです。
System.ArgumentExceptionitemは別のConditionalStyleItemCollectionに追加されています。
参照

ConditionalStyleItemCollection クラス
ConditionalStyleItemCollection メンバ

 

 


© MESCIUS inc. All rights reserved.