moveItem Method

Summary

Overrides LeadCollection.MoveItem.

Syntax
TypeScript
JavaScript
DocumentDocuments.prototype.moveItem = function( 
   oldIndex, 
   newIndex 
) 
moveItem( 
   oldIndex: number, 
   newIndex: number 
): void; 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly