IDimensionViewer.Sort

Syntax

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

Parameters

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.

Description

The Sort method sorts by the values of the specified column.

Comments

Sorting direction is determined in the Direction parameter.

See also:

IDimensionViewer | IDimensionViewer.Sorted