GrapeCity ActiveReports for .NET 14.0J
Insert(Int32,Section) メソッド

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports 名前空間 > SectionCollection クラス > Insert メソッド : Insert(Int32,Section) メソッド
新しいセクションを挿入する位置を指定する、0から始まるインデックス。
挿入する Section 。
コレクション内の指定したインデックスにセクションを追加します。
シンタックス
'宣言
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal section As Section _
) 
public void Insert( 
   int index,
   Section section
)

パラメータ

index
新しいセクションを挿入する位置を指定する、0から始まるインデックス。
section
挿入する Section 。
参照

SectionCollection クラス
SectionCollection メンバ
オーバーロード一覧