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

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 メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.