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

Tabulation getSortVerticalWhichColumn: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "Category:Sorting_functions {{HelpFiles}} = Tabulation_getSortVerticalWhichColumn = Get sorted column == Syntax == Tabulation_getSortVerticalWhichColumn(); == Argumen..."
 
(No difference)

Latest revision as of 04:46, 10 July 2017


Tabulation_getSortVerticalWhichColumn

Get sorted column

Syntax

Tabulation_getSortVerticalWhichColumn();

Arguments

None

Return type

Number

Example

DCS_use(15569074);
Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHigh);
Tabulation_setSortVerticalWhichColumn(5);
createCrossDiagram({"Q2"}, {"Panel_Age"});
print(Tabulation_getSortVerticalWhichColumn());//5