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

GrapeCity.ActiveReports.PageReportModel 名前空間 > LayerCollection クラス : Insert メソッド
itemが挿入されるゼロベースのインデックス。
LayerCollection内で挿入するLayer
指定したインデックスでLayerCollectionにレイヤーを挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Layer _
) 
public void Insert( 
   int index,
   Layer item
)

パラメータ

index
itemが挿入されるゼロベースのインデックス。
item
LayerCollection内で挿入するLayer
参照

LayerCollection クラス
LayerCollection メンバ