Click or drag to resize
SheetCreateTable Method

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public ITable CreateTable(
	string id = null,
	TableProperties properties = null
)

Parameters

id (Optional)
Type: SystemString
properties (Optional)
Type: Qlik.Sense.Client.VisualizationsTableProperties

Return Value

Type: ITable

Implements

ISheetCreateTable(String, TableProperties)
See Also