Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.Pivot;
The IPivotSorterData interface is used to set up parameters of data sorting in the table.
IPivotSorterData
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.
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. |
Method name | Brief description | |
Clear | The Clear property resets sorting by all elements of a table header. |
See also: