Tabulation getSortHorizontalWhichColumn

From Catglobe Wiki
Revision as of 06:57, 10 July 2017 by Nguyenduyan (talk | contribs) (Created page with "Category:Sorting_functions {{HelpFiles}} = Tabulation_getSortHorizontalWhichColumn = Get sorted row == Syntax == Tabulation_getSortHorizontalWhichColumn(); == Argume...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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