Sort([Column: IDimensionViewerColumn = Null;][Direction: SortDirection = 0]);
Column - the column which is used to execute a needed sort. If the parameter is not specified, the sorting is based on the column selected in the SortColumn property.
Direction - the sort direction, that is to be set in the column. If the parameter is not specified, then the values ascending order sort is set.
The Sort method sorts the elements based on the column, that is passed using the Column parameter. The sort direction is determined in the Direction parameter.
See also: