GrapeCity SPREAD for WPF 2.0J
SetItem メソッド (SubItemCollection)

置き換える subItem の 0 から始まるインデックス。
指定したインデックスにある subItem の新しい値。
指定したインデックスにある SubItem を置き換えます。
構文
'Declaration
 
Protected Overrides NotOverridable Sub SetItem( _
   ByVal index As Integer, _
   ByVal subItem As SubItem _
) 
protected override void SetItem( 
   int index,
   SubItem subItem
)

パラメータ

index
置き換える subItem の 0 から始まるインデックス。
subItem
指定したインデックスにある subItem の新しい値。
例外
例外説明
System.InvalidOperationException自動生成された ListItemListItem.SubItems は変更できません。
System.ArgumentNullExceptionsubItem は null にはできません。
System.ArgumentExceptionsubItem はすでにコレクションに存在します。
参照

SubItemCollection クラス
SubItemCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.