RemoveRange Method (PreviewPages)
In This Topic
Removes a range of pages from the current collection.
Syntax
'Declaration
Public Sub RemoveRange( _
ByVal As Integer, _
ByVal As Integer _
)
public void RemoveRange(
int ,
int
)
Parameters
- index
- Index of the first page to remove.
- count
- The number of pages to remove.
See Also