Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Moves the value at index to the specified position.
Syntax
list.move(index, newIndex);
Parameters
index
Type: NumberThe original index of the value.
newIndex
Type: NumberThe index of the value after the move.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |