Difference between revisions of "Tabulation getSortOrderHorizontal"
(Created page with "{{HelpFiles}} __NOTOC__ Category:Sorting_functions Get the horizontal sorting order of the tabulation table ===Syntax=== Tabulation_getSortOrderHorizontal(sortOrde...") |
|||
Line 7: | Line 7: | ||
===Syntax=== | ===Syntax=== | ||
− | Tabulation_getSortOrderHorizontal( | + | Tabulation_getSortOrderHorizontal() |
===Arguments=== | ===Arguments=== |
Revision as of 04:17, 21 October 2015
Get the horizontal sorting order of the tabulation table
Syntax
Tabulation_getSortOrderHorizontal()
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