GrapeCity SPREAD for Windows Forms 11.0J
RemoveItem メソッド (ConditionalStyleItemCollection)


削除する要素の0から始まるインデックス。
Collectionの指定したインデックスにある要素を削除します。
構文
'Declaration
 
Protected Overrides NotOverridable Sub RemoveItem( _
   ByVal index As Integer _
) 
'使用法
 
Dim instance As ConditionalStyleItemCollection
Dim index As Integer
 
instance.RemoveItem(index)
protected override void RemoveItem( 
   int index
)

パラメータ

index
削除する要素の0から始まるインデックス。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex0未満です。または、indexCount以上です。
参照

ConditionalStyleItemCollection クラス
ConditionalStyleItemCollection メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.