Click or drag to resize
ISheetCreatePivotTableAsync Method

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<IPivotTable> CreatePivotTableAsync(
	string id = null,
	PivotTableProperties properties = null,
	AsyncHandle asyncHandle = null
)

Parameters

id (Optional)
Type: SystemString
properties (Optional)
Type: Qlik.Sense.Client.VisualizationsPivotTableProperties
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Return Value

Type: TaskIPivotTable
See Also