ISelectionRange.firstIndex property
Gets or sets the index of the first item in the range.
var firstIndex = iSelectionRange.firstIndex;
iSelectionRange.firstIndex = firstIndex;
Type: Number**
The index of the first item in the range.
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |