Tabulation getExcludedSortOrderHorizontal
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}