GrapeCity ActiveReports for .NET 16.0J
Insert メソッド (ReportItemCollection)

GrapeCity.ActiveReports.PageReportModel 名前空間 > ReportItemCollection クラス : Insert メソッド
ReportItemオブジェクトを挿入する位置を示すゼロベースのInteger。
挿入するReportItemオブジェクト。
指定の位置でReportItemCollectionに新しいReportItemオブジェクトを挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As ReportItem _
) 
public void Insert( 
   int index,
   ReportItem value
)

パラメータ

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

ReportItemCollection クラス
ReportItemCollection メンバ