←Select platform

InsertItem Method

Summary

Inserts a Field object into this collection.

Syntax
C#
C++/CLI
Python
protected override void InsertItem( 
   int index, 
   Field newItem 
) 
protected:  
   virtual void InsertItem( 
      Int32 index, 
      Field^ newItem 
   ) override 
def InsertItem(self,index,newItem): 

Parameters

index

Index value where to insert the new Field object.

newItem

The Field object to be inserted.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly

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