EffectiveInterColumnSortOrder Property
Overloads
EffectiveInterColumnSortOrder |
Defines the order of the dimenion levels/columns in the TreeData object. Column numbers are separated by a comma. Example: [1,0,2] means that the first level in the tree structure is dimension 1, followed by dimension 0 and dimension 2. JSON property name: qEffectiveInterColumnSortOrder |
EffectiveInterColumnSortOrder
Defines the order of the dimenion levels/columns in the TreeData object.
Column numbers are separated by a comma.
Example: [1,0,2] means that the first level in the tree structure is dimension 1, followed by dimension 0 and dimension 2.
JSON property name: qEffectiveInterColumnSortOrder
Declaration
public IEnumerable<int> EffectiveInterColumnSortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int32> |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!