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


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

パラメータ

index
削除する要素の0から始まるインデックス。
例外
例外説明
System.ArgumentOutOfRangeException

index0未満です。

または

indexCountを超えています。

参照

AppearanceStyleCollection クラス
AppearanceStyleCollection メンバ

 

 


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