Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a list that has the specified elements in reverse order.
Syntax
client server public static List reverseDimFieldsList(List _list)
Run On
ClientOrServer
Parameters
- _list
Type: List Class
The list to reverse.
Return Value
Type: List Class
A list that has the specified elements in reverse order.