| AppFieldGetSelectedSizeAsync Method  | 
            Calculates the size of the available Selected data asynchronously
            
 
Namespace: Qlik.Sense.ClientAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Task<ISize> GetSelectedSizeAsync()
Public Function GetSelectedSizeAsync As Task(Of ISize)
Return Value
Type: 
TaskISizea Task that retrieves the size of the available data
Implements
IAppFieldGetSelectedSizeAsync
See Also