ActiveReports for .NET 18.0J
Insert メソッド (ControlCollection)

GrapeCity.ActiveReports.SectionReportModel 名前空間 > ControlCollection クラス : Insert メソッド
valueを挿入するコレクション内の位置。0から始まるインデックス番号。
挿入するARControl。
コレクション 内の指定したインデックスの位置にARControlオブジェクトを挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal control As ARControl _
) 
public void Insert( 
   int index,
   ARControl control
)

パラメータ

index
valueを挿入するコレクション内の位置。0から始まるインデックス番号。
control
挿入するARControl。
参照

ControlCollection クラス
ControlCollection メンバ