List.move method
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 |