←Select platform

SetItem Method

Summary

Overrides LeadCollection.SetItem.

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

Parameters

index

Index of the item to replace.

item

Document to set.

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.