moveItem Method

Summary

Moves the item at the specified index to a new location in the collection.

Syntax

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

Parameters

oldIndex

The zero-based index specifying the location of the item to be moved.

newIndex

The zero-based index specifying the new location of the item.

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.Annotations.Documents Assembly