IPivotSorterData

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The IPivotSorterData interface is used to set up parameters of data sorting in the table.

Inheritance Hierarchy

IPivotSorterData

Comments

An object of this type can be obtained only from the outdated properties IPivotSorter.ColumnsDataSort and IPivotSorter.RowsDataSort, that is why the IPivotSorter interface is used to work with sorting parameters.

Properties

  Property name Brief description
Count The Count property returns the number of columns or rows, according to which sorting in the table is set.
IndexInHeader The IndexInHeader property returns column index in the table by column index in the sorting list.
SortDirection The SortDirection property determines sorting direction according to specified element of the table header.

Methods

  Method name Brief description
Clear The Clear property resets sorting by all elements of a table header.

See also:

Pivot Assembly Interfaces