SPREAD for WPF 3.0J - GcSpreadGrid
InsertItem メソッド (SubItemCollection)

GrapeCity.Windows.SpreadGrid.Editors 名前空間 > SubItemCollection クラス : InsertItem メソッド
subItem を挿入する位置の 0 から始まるインデックス。
挿入する SubItem
コレクションの指定したインデックスに SubItem を挿入します。
シンタックス
'宣言
 
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
例外
例外解説
subItem はすでにコレクションに存在します。
subItem は null にはできません。
自動生成された ListItemListItem.SubItems は変更できません。
参照

SubItemCollection クラス
SubItemCollection メンバ