Toggle menu
875
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 getSortOrderVertical: Difference between revisions

From Catglobe Wiki
Tungocman (talk | contribs)
Created page with "{{HelpFiles}} __NOTOC__ Category:Sorting_functions Get the vertical sorting order of the tabulation table ===Syntax=== Tabulation_getSortOrderVertical(sortOrder) ..."
 
Tungocman (talk | contribs)
No edit summary
Line 7: Line 7:
===Syntax===
===Syntax===


Tabulation_getSortOrderVertical(sortOrder)  
Tabulation_getSortOrderVertical()  


===Arguments===
===Arguments===

Revision as of 03:16, 21 October 2015



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