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: Number
The first pixel the range of items falls between.
- lastPixel
-
Type: Number
The last pixel the range of items falls between.
Return value
An object that has these properties:
| Term | Description |
|---|---|
|
The index of the first item in the specified range. | |
|
The index of the last item in the specified range. |
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: