IExtendedCurrentSelectionGetFields Method |
Get all fields
Namespace: Qlik.Sense.ClientAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxIEnumerable<IAppField> GetFields()
Function GetFields As IEnumerable(Of IAppField)
Return Value
Type:
IEnumerableIAppField
A
IEnumeratorT that can be used to iterate through the collection.
See Also