| IExtendedCurrentSelectionGetSelectedData Method (Int32, IEnumerableNxPage) | 
            Gets selected values for the field
            
 
Namespace: Qlik.Sense.ClientAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxIEnumerable<NxDataPage> GetSelectedData(
	int index,
	IEnumerable<NxPage> pages
)
Function GetSelectedData ( 
	index As Integer,
	pages As IEnumerable(Of NxPage)
) As IEnumerable(Of NxDataPage)
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.
            
See Also