ActiveReports 12
Insert Method (LayerCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > LayerCollection Class : Insert Method
The zero-based index at which item should be inserted.
The Layer to insert into the LayerCollection.
Inserts a layer to the LayerCollection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Layer _
) 
public void Insert( 
   int index,
   Layer item
)

Parameters

index
The zero-based index at which item should be inserted.
item
The Layer to insert into the LayerCollection.
See Also

Reference

LayerCollection Class
LayerCollection Members