More actions
Created page with "{{HelpFiles}} __NOTOC__ Category:Sorting_functions Get the vertical sorting order of the tabulation table ===Syntax=== Tabulation_getSortOrderVertical(sortOrder) ..." |
Nguyenduyan (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
===Syntax=== | ===Syntax=== | ||
Tabulation_getSortOrderVertical( | Tabulation_getSortOrderVertical() | ||
===Arguments=== | ===Arguments=== | ||
Line 22: | Line 22: | ||
*3: Tabulation_SortOrder_AtoZ | *3: Tabulation_SortOrder_AtoZ | ||
*4: Tabulation_SortOrder_ZtoA | *4: Tabulation_SortOrder_ZtoA | ||
*5: Tabulation_SortOrder_HighToLowOnTotal | |||
*6: Tabulation_SortOrder_LowToHighOnTotal |
Latest revision as of 10:29, 11 July 2017
Get the vertical sorting order of the tabulation table
Syntax
Tabulation_getSortOrderVertical()
Arguments
None
Return type
sortOrder: Is a numeric (non-decimal) expression. The constants for this parameter:
- 0: Tabulation_SortOrder_None
- 1: Tabulation_SortOrder_HighToLow
- 2: Tabulation_SortOrder_LowToHigh
- 3: Tabulation_SortOrder_AtoZ
- 4: Tabulation_SortOrder_ZtoA
- 5: Tabulation_SortOrder_HighToLowOnTotal
- 6: Tabulation_SortOrder_LowToHighOnTotal