Click or drag to resize
AppFieldGetExcludedSelectedSizeAsync Method
Calculates the size of the available Excluded Selected data asynchronously

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<ISize> GetExcludedSelectedSizeAsync()

Return Value

Type: TaskISize
a Task that retrieves the size of the available data

Implements

IAppFieldGetExcludedSelectedSizeAsync
See Also