ISelectionRange.lastKey property
Gets or sets of the key of the last item in the range.
var lastKey = iSelectionRange.lastKey;
iSelectionRange.lastKey = lastKey;
Type: Object
The key of the last item in the range.
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |