See Also

PagesCollection Class  | PagesCollection Members  | Overload List

Language

Visual Basic

C#

Show All

index
A zero-based index in the collection where the pages collection will be inserted.
pages
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

InsertRange(Int32,PagesCollection) Method

Inserts the members of the specified PagesCollection into the collection at the specified index.

[Visual Basic]
Overloads Public Sub InsertRange( _    ByVal index As Integer, _    ByVal pages As PagesCollection _ )
[C#]
public void InsertRange(    int index,    PagesCollection pages );

Parameters

index
A zero-based index in the collection where the pages collection will be inserted.
pages

See Also

PagesCollection Class  | PagesCollection Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.