Click or drag to resize
IHyperCubeEffectiveInterColumnSortOrder Property
Sort order of the columns in the hypercube. Column numbers are separated by a comma. Example: [1,0,2] means that the first column to be sorted was the column 1, followed by the column 0 and the column 2.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
IEnumerable<int> EffectiveInterColumnSortOrder { get; set; }

Property Value

Type: IEnumerableInt32
See Also