←Select platform

InsertItem Method

Summary

Overrides LeadCollection.InsertItem.

Syntax
C#
C++/CLI
Java
Python
protected override void InsertItem( 
   int index, 
   LEADDocument item 
) 
protected:  
   virtual void InsertItem( 
      int index, 
      LEADDocument^ item 
   ) override 
protected void insertItem(int index, Document element) 
def InsertItem(self,index,item): 

Parameters

index

Index of new the item.

item

Document to insert to the collection.

Remarks

This collection is read-only and cannot be manipulated directly by the user.

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.