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

Tabulation setSortOrderHorizontal

From Catglobe Wiki
Revision as of 03:08, 21 October 2015 by Tungocman (talk | contribs)



Sort the tabulation table in horizontal

Syntax

Tabulation_setSortOrderHorizontal(sortOrder)

Arguments

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

Return type

empty

Examples

Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_None); Result:

Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_HighToLow); Result:

Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_LowToHigh); Result:

Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_AtoZ); Result:

Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_ZtoA); Result: