PowerTools ActiveReports for .NET 9.0J
Insert メソッド (RowGroupingCollection)

RowGroupingオブジェクトを挿入する位置を示すゼロベースのInteger。
挿入するRowGroupingオブジェクト。
指定の位置でRowGroupingCollectionに新しいRowGroupingオブジェクトを挿入します。
構文
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As RowGrouping _
) 
public void Insert( 
   int index,
   RowGrouping value
)

パラメータ

index
RowGroupingオブジェクトを挿入する位置を示すゼロベースのInteger。
value
挿入するRowGroupingオブジェクト。
参照

関連項目

RowGroupingCollection クラス
RowGroupingCollection メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.