ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document 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.

In This Topic
    Insert(Int32,Page) Method
    In This Topic
    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