ActiveReports 9
Insert Method (LayerCollection)

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 System.Integer, _
   ByVal item As Layer _
) 
public void Insert( 
   System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum