←Select platform

InsertItemRange Method

Summary

Overrides LeadCollection InsertItemRange.

Syntax
C#
VB
C++
protected override void InsertItemRange( 
   int index, 
   IEnumerable<DocumentPage> items 
) 
Protected Overrides Sub InsertItemRange( 
   ByVal index As Integer, 
   ByVal items As IEnumerable(Of DocumentPage 
)) 
protected:  
   virtual void InsertItemRange( 
      Int32 index, 
      IEnumerable<DocumentPage^>^ items 
   ) override 

Parameters

index

The 0-based index at which items should be inserted.

items

The objects to insert. The objects can be null for reference types.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.