Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WinJS.UI.ISelectionRange interface

Applies to Windows and Windows Phone

Represents a range of indexes or keys in an ISelection.

Members

The ISelectionRange interface has these types of members:

Properties

The ISelectionRange interface has these properties.

PropertyAccess typeDescription

firstIndex

Read/write

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

firstKey

Read/write

Gets or sets the key of the first item in the range.

lastIndex

Read/write

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

lastKey

Read/write

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

 

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

 

 

Show: