Sort([Column: IDimensionViewerColumn = Null;][Direction: SortDirection = 0]);
Column. The column to be sorted. If the parameter is not specified, the sorting is based on the column specified in the SortColumn property.
Direction. Sorting direction that will be set in the column. If the parameter is not specified, the values ascending order sorting is set.
The Sort method sorts by the values of the specified column.
Sorting direction is determined in the Direction parameter.
See also: