ActiveReports 12
Insert(Int32,Page) Method

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > Insert Method : Insert(Int32,Page) Method
The zero based index at which value should be inserted.
The page to insert.
Inserts a Page element into the PagesCollection at the specified index.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Page _
) 
public void Insert( 
   int index,
   Page 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