←Select platform

MoveItem Method

Summary

Overrides LeadCollection.MoveItem.

Syntax

C#
VB
Java
C++
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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly