GrapeCity SPREAD for WPF 2.0J
Insert メソッド (GroupRowCollection)

挿入する位置を示す int 値。
挿入する項目の数を示す int 値。
一連の既定要素をリストに挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   Optional ByVal count As Integer _
) 
public void Insert( 
   int index,
   int count
)

パラメータ

index
挿入する位置を示す int 値。
count
挿入する項目の数を示す int 値。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex が0未満です。または、indexCount を超えています。または、count が0以下です。
参照

GroupRowCollection クラス
GroupRowCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.