Enum PivotFieldSort

PivotFieldSort enumeration

Represents the order used to sort the specified PivotTable field.

public enum PivotFieldSort

Values

NameValueDescription
Asc1Rows or Columns organize data ascendable
Desc2Rows or Columns organize data descendable
Auto3Rows or Columns organize data natural

See Also