WinJS.UI.ISelectionRange interface
Represents a range of indexes or keys in an ISelection.
Members
The ISelectionRange interface has these types of members:
- Properties
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 |