Tabulation setSortHorizontalWhichColumn

From Catglobe Wiki
Revision as of 06:54, 10 July 2017 by Nguyenduyan (talk | contribs) (Created page with "Category:Sorting_functions {{HelpFiles}} = Tabulation_setSortHorizontalWhichColumn = Set which row should be sorted == Syntax == Tabulation_setSortHorizontalWhichColu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Tabulation_setSortHorizontalWhichColumn

Set which row should be sorted

Syntax

Tabulation_setSortHorizontalWhichColumn( row);

Arguments

row: is a number expression. It is the row you want to sort (row start from 0)

Return type

Empty

Example

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

Before set sort horizontal low to high which column 1 Horizontal sort before.png


After set sort horizontall low to high which column 1

Horizontal sort.png