IDimensionViewer.Sort

Syntax

Sort([Column: IDimensionViewerColumn = Null;][Direction: SortDirection = 0]);

Parameters

Column - column, by which sorting must be executed. If the parameter is not specified, the sorting is based on the column selected in the SortColumn property.

Direction - sorting direction that is set in the column. If the parameter is not specified, the values ascending order sorting is set.

Description

The Sort method sorts the elements based on the column that is passed using the Column parameter. The sorting direction is determined in the Direction parameter.

See also:

IDimensionViewer | IDimensionViewer.Sorted