[]
        
(Showing Draft Content)

C1.Win.C1Preview.PreviewPages.InsertRange

InsertRange Method

InsertRange(int, ICollection)

Inserts a range of pages into the current collection.

Declaration
public void InsertRange(int index, ICollection pages)
Parameters
Type Name Description
int index

Index at which to insert the pages.

ICollection pages

The pages to insert.