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

GrapeCity.ActiveReports.SectionReportModel 名前空間 > ParameterCollection クラス : Insert メソッド
パラメータが挿入されるインデックス。
挿入するParameterオブジェクト。
コレクション内の指定したインデックスにParameterオブジェクトを追加します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal parameter As Parameter _
) 
public void Insert( 
   int index,
   Parameter parameter
)

パラメータ

index
パラメータが挿入されるインデックス。
parameter
挿入するParameterオブジェクト。
参照

ParameterCollection クラス
ParameterCollection メンバ