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

subItem を挿入する位置の 0 から始まるインデックス。
挿入する SubItem
コレクションの指定したインデックスに SubItem を挿入します。
構文
'Declaration
 
Protected Overrides NotOverridable Sub InsertItem( _
   ByVal index As Integer, _
   ByVal subItem As SubItem _
) 
protected override void InsertItem( 
   int index,
   SubItem subItem
)

パラメータ

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

SubItemCollection クラス
SubItemCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.