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
);
PagesCollection Class | PagesCollection Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.