List.move method

This topic has not yet been rated - Rate this topic

Moves the value at index to the specified position.

Syntax


list.move(index, newIndex);

Parameters

index

Type: Number

The original index of the value.

newIndex

Type: Number

The index of the value after the move.

Return value

This method does not return a value.

Requirements

Namespace

WinJS.Binding

Library

Base.js

See also

List

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.