Tabulation setSortOrderVertical
Revision as of 11:20, 11 July 2017 by Nguyenduyan (talk | contribs)
Sort the tabulation table in vertical
Syntax
Tabulation_setSortOrderVertical(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_setSortOrderVertical(Tabulation_SortOrder_None);
Result:
Tabulation_setSortOrderVertical(Tabulation_SortOrder_HighToLow);
Result:
Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHigh);
Result:
Tabulation_setSortOrderVertical(Tabulation_SortOrder_AtoZ);
Result:
Tabulation_setSortOrderVertical(Tabulation_SortOrder_ZtoA);
Result:
Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHighOnTotal);
Result: