[]
        
(Showing Draft Content)

C1.Win.C1Preview.PreviewPages.Insert

Insert Method

Insert(int, PreviewPageBase)

Inserts a page into the current collection.

Declaration
public void Insert(int index, PreviewPageBase page)
Public Sub Insert(index As Integer, page As PreviewPageBase)
Parameters
Type Name Description
int index

Index at which to insert the page.

PreviewPageBase page

The page to insert.