←Select platform

InsertItem Method

Summary

Overrides LeadCollection.InsertItem.

Syntax
C#
VB
C++
Java
protected override void InsertItem( 
   int index, 
   LEADDocument item 
) 
Protected Overrides Sub InsertItem( 
   ByVal index As Integer, 
   ByVal item As LEADDocument 
) 
protected:  
   virtual void InsertItem( 
      int index, 
      LEADDocument^ item 
   ) override 
protected void insertItem(int index, Document element) 

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 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.