Click or drag to resize
ExtendedCurrentSelectionGetSelectedData Method (Int32, IEnumerableNxPage)
Gets selected values for the field

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public IEnumerable<NxDataPage> GetSelectedData(
	int index,
	IEnumerable<NxPage> pages
)

Parameters

index
Type: SystemInt32
Zero base index for the field in the current selection
pages
Type: System.Collections.GenericIEnumerableNxPage
Pages index within in the cube

Return Value

Type: IEnumerableNxDataPage
A IEnumeratorT that can be used to iterate through the collection.

Implements

IExtendedCurrentSelectionGetSelectedData(Int32, IEnumerableNxPage)
See Also