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

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.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
Gets or sets the index of the first item in the range. | |
|
Read/write |
Gets or sets the key of the first item in the range. | |
|
Read/write |
Gets or sets the index of the last item in the range. | |
|
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: