List.setAt method

This topic has not yet been rated - Rate this topic

Replaces the value at the specified index with a new value.

Syntax


list.setAt(index, newValue);

Parameters

index

Type: Number

The index of the value that was replaced.

newValue

Type: Object

The new value.

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.