[]
        
(Showing Draft Content)

C1.Win.C1Preview.PreviewPages.RemoveRange

RemoveRange Method

RemoveRange(int, int)

Removes a range of pages from the current collection.

Declaration
public void RemoveRange(int index, int count)
Public Sub RemoveRange(index As Integer, count As Integer)
Parameters
Type Name Description
int index

Index of the first page to remove.

int count

The number of pages to remove.