ISelectionRange.lastIndex property

Gets or sets the index of the last item in the range.

Syntax

var lastIndex = iSelectionRange.lastIndex;
iSelectionRange.lastIndex = lastIndex;

Property value

Type: Number**

The index of the last item in the range.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ISelectionRange