Toggle menu
876
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 setSortOrderHorizontal: Difference between revisions

From Catglobe Wiki
Tungocman (talk | contribs)
No edit summary
Nguyenduyan (talk | contribs)
No edit summary
 
Line 18: Line 18:
*3: Tabulation_SortOrder_AtoZ  
*3: Tabulation_SortOrder_AtoZ  
*4: Tabulation_SortOrder_ZtoA  
*4: Tabulation_SortOrder_ZtoA  
*5: Tabulation_SortOrder_HighToLowOnTotal
*6: Tabulation_SortOrder_LowToHighOnTotal


===Return type===
===Return type===
Line 44: Line 46:
<br/>Result:<br/>
<br/>Result:<br/>
[[File:Tabulation_setSortOrderHorizontal_ZToA.jpg]]
[[File:Tabulation_setSortOrderHorizontal_ZToA.jpg]]
Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_HighToLowOnTotal);
<br/>Result:<br/>
[[File:Horizontal_sort_on_total_high_to_low.png]]
Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_LowToHighOnTotal);
<br/>Result:<br/>
[[File:Horizontal_sort_on_total.png]]

Latest revision as of 10:28, 11 July 2017



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
  • 5: Tabulation_SortOrder_HighToLowOnTotal
  • 6: Tabulation_SortOrder_LowToHighOnTotal

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:

Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_HighToLowOnTotal);
Result:

Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_LowToHighOnTotal);
Result: