CellSpanningLayout.itemsFromRange method
This API supports the Windows Library for JavaScript infrastructure and is not intended to be used directly from your code.
Syntax
cellSpanningLayout.itemsFromRange(firstPixel, lastPixel);
Parameters
firstPixel
Type: NumberThe first pixel the range of items falls between.
lastPixel
Type: NumberThe last pixel the range of items falls between.
Return value
An object that has these properties:
Term | Description |
---|---|
firstIndex |
The index of the first item in the specified range. |
lastIndex |
The index of the last item in the specified range. |
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |