Click or drag to resize

PivotShowAsValues Enumeration

Defines the PivotShowAsValues enumeration.

Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum PivotShowAsValues
Members
Member nameValueDescription
PercentOfParent0 percentOfParent.

When the item is serialized out as xml, its value is "percentOfParent".

PercentOfParentRow1 percentOfParentRow.

When the item is serialized out as xml, its value is "percentOfParentRow".

PercentOfParentColumn2 percentOfParentCol.

When the item is serialized out as xml, its value is "percentOfParentCol".

PercentOfRunningTotal3 percentOfRunningTotal.

When the item is serialized out as xml, its value is "percentOfRunningTotal".

RankAscending4 rankAscending.

When the item is serialized out as xml, its value is "rankAscending".

RankDescending5 rankDescending.

When the item is serialized out as xml, its value is "rankDescending".

See Also