Click or drag to resize
ISheetCreateListboxAsync 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<IListbox> CreateListboxAsync(
	string id = null,
	ListboxProperties properties = null,
	AsyncHandle asyncHandle = null
)

Parameters

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

Return Value

Type: TaskIListbox
See Also