Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation getSortHorizontalWhichColumn

From Catglobe Wiki


Tabulation_getSortHorizontalWhichColumn

Get sorted row

Syntax

Tabulation_getSortHorizontalWhichColumn();

Arguments

None

Return type

Number

Example

DCS_use(15569074);
Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_LowToHigh);
Tabulation_setSortHorizontalWhichColumn(1);
createCrossDiagram({"Q2"}, {"Panel_Age"});
print(Tabulation_getSortHorizontalWhichColumn());//1