Accusoft.PdfXpressSdk Namespace > PageList Class : Insert Method |
'Usage Dim instance As PageList Dim index As Integer Dim value As PageRange instance.Insert(index, value)
public: void Insert( int index, PageRange* value )
public: void Insert( int index, PageRange^ value )
This method implements a standard collection operation. It will insert a PageRange object into the collection at the given index. It will move 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.)