Accusoft PDF Xpress Control v5.0
Insert Method
See Also  Send comments on this topic.
Index
A long value which represents the zero-based index in the collection at which point the new PageRange should be placed. If the value of this parameter is equal to the number of elements in the collection, the object will be appended to the end of the collection.
pIPageRange
The PageRange to insert into the collection.
PageList Collection : Insert Method

Glossary Item Box

Description

Inserts the specified PageRange into the collection.

Syntax

Visual Basic
Public Sub Insert( _
   ByVal Index As Long, _
   ByVal pIPageRange As PageRange _
) 

Parameters

Index
A long value which represents the zero-based index in the collection at which point the new PageRange should be placed. If the value of this parameter is equal to the number of elements in the collection, the object will be appended to the end of the collection.
pIPageRange
The PageRange to insert into the collection.

Remarks

This method implements a standard collection operation. It inserts the given PageRange object into the collection at the given Index. It moves all PageRange objects that follow the newly added form (if any) back one place (their indices will be one greater than they were before this method.)

See Also

©2012. Accusoft Corporation. All Rights Reserved.