Tabulation getExcludedSortOrderHorizontal
Revision as of 06:27, 29 May 2017 by Tranvuthaibinh (talk | contribs) (Created page with "=== Tabulation_getExcludedSortOrderHorizontal === Return an array which contains axis options, that are excluded from the horizontal sorting === Syntax === Tabulation_getEx...")
Tabulation_getExcludedSortOrderHorizontal
Return an array which contains axis options, that are excluded from the horizontal sorting
Syntax
Tabulation_getExcludedSortOrderHorizontal();
Return type
array
Examples
DCS_use(15560370);
DCS_rebuild();
Tabulation_setExcludedSortOrderHorizontal({"Male"});
print(Tabulation_getExcludedSortOrderHorizontal());
//result: {Male}