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.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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