ActiveReports 8
Insert(Int32,Object) Method

The zero based index at which value should be inserted.
The page to insert.
Inserts a Page object element into the PagesCollection at the specified index.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As System.Object _
) 
public void Insert( 
   System.int index,
   System.object value
)

Parameters

index
The zero based index at which value should be inserted.
value
The page to insert.
See Also

Reference

PagesCollection Class
PagesCollection Members
Overload List

Support Forum