Click or drag to resize
PagerLast Method
Get last pages

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public static IEnumerable<NxPage> Last(
	IEnumerable<NxPage> nxPages,
	int bottom
)

Parameters

nxPages
Type: System.Collections.GenericIEnumerableNxPage
A collection of NxPage
bottom
Type: SystemInt32
The last row index.

Return Value

Type: IEnumerableNxPage
A IEnumeratorT that can be used to iterate through the collection.
See Also