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


置き換える要素の0から始まるインデックス。
指定したインデックスにある要素の新しい値。参照型の場合、値はnullにできます。
指定したインデックスにある要素を置き換えます。
構文
'Declaration
 
Protected Overrides NotOverridable Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As AppearanceStyleInfo _
) 
'使用法
 
Dim instance As AppearanceStyleCollection
Dim index As Integer
Dim item As AppearanceStyleInfo
 
instance.SetItem(index, item)
protected override void SetItem( 
   int index,
   AppearanceStyleInfo item
)

パラメータ

index
置き換える要素の0から始まるインデックス。
item
指定したインデックスにある要素の新しい値。参照型の場合、値はnullにできます。
例外
例外説明
System.ArgumentOutOfRangeException

index0未満です。

または

indexCountを超えています。

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

AppearanceStyleCollection クラス
AppearanceStyleCollection メンバ

 

 


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