←Select platform

MoveItem Method

Summary

Overrides LeadCollection.MoveItem.

Syntax
C#
VB
C++
Java
protected override void MoveItem( 
   int oldIndex, 
   int newIndex 
) 
Protected Overrides Sub MoveItem( 
   ByVal oldIndex As Integer, 
   ByVal newIndex As Integer 
) 
protected:  
   virtual void MoveItem( 
      int oldIndex, 
      int newIndex 
   ) override 
protected void removeItem(int index) 

Parameters

oldIndex

Old item new index.

newIndex

New item index.

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.