←Select platform

InsertItemRange Method

Summary

Overrides LeadCollection InsertItemRange.

Syntax
C#
C++/CLI
Python
protected override void InsertItemRange( 
   int index, 
   IEnumerable<DocumentPage> items 
) 
protected:  
   virtual void InsertItemRange( 
      Int32 index, 
      IEnumerable<DocumentPage^>^ items 
   ) override 
def InsertItemRange(self,index,items): 

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 22.0.2023.4.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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