PivotTableSortOptions Class
Represents the sort options of a pivot field.
- Inheritance:
- System.ObjectPivotTableSortOptions
Properties
DataField
Gets a data field that is used to sort the pivot field.
Property Value
Descending
Gets a value indicating whether the sort is descending.
Property Value
- System.Boolean
PivotItems
Gets the pivot items that specify the row (or column) that will be used to sort the pivot field.
public ReadOnlyCollection<PivotItem> PivotItems { get; }
Public ReadOnly Property PivotItems As ReadOnlyCollection(Of PivotItem)
Property Value
- System.Collections.ObjectModel.ReadOnlyCollection<PivotItem>