Assembly: Pivot;
The IPivotSortItem interface is used to work with table sorting.
IPivotSortItem
To get an object of this type, use IPivotSorter.Item.
To create an object of this type, use IPivotSorter.Add.
Property name | Brief description | |
AttributeKey | The AttributeKey property determines a dimension attribute key. | |
DimKey | The DimKey property determines the dimension key, by which sorting is executed. | |
Direction | The Direction property determines sorting direction. | |
IndexInHeader | The IndexInHeader property determines index of the element in the header, by which sorting is executed. | |
Kind | The Kind property determines sorting type. | |
Selection | The Selection property determines the selection element, by which sorting is executed. | |
SkipNonNumeric | The SkipNonNumeric property determines whether non-numeric values are located at the table end. | |
UseTransformationValues | The UseTransformationValues property determines whether sorting is executed by formula. |
See also: