PivotShowAsValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the PivotShowAsValues enumeration.
public enum PivotShowAsValues[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum PivotShowAsValuespublic readonly struct PivotShowAsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues>type PivotShowAsValues = [<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type PivotShowAsValues = type PivotShowAsValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PivotShowAsValues>Public Enum PivotShowAsValuesPublic Structure PivotShowAsValues
Implements IEnumValue, IEnumValueFactory(Of PivotShowAsValues), IEquatable(Of PivotShowAsValues)- Inheritance
- 
				PivotShowAsValues
- Inheritance
- 
				PivotShowAsValues
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| PercentOfParent | 0 | percentOfParent. When the item is serialized out as xml, its value is "percentOfParent". | 
| PercentOfParentRow | 1 | percentOfParentRow. When the item is serialized out as xml, its value is "percentOfParentRow". | 
| PercentOfParentColumn | 2 | percentOfParentCol. When the item is serialized out as xml, its value is "percentOfParentCol". | 
| PercentOfRunningTotal | 3 | percentOfRunningTotal. When the item is serialized out as xml, its value is "percentOfRunningTotal". | 
| RankAscending | 4 | rankAscending. When the item is serialized out as xml, its value is "rankAscending". | 
| RankDescending | 5 | rankDescending. When the item is serialized out as xml, its value is "rankDescending". | 
| Equality(PivotShowAsValues, PivotShowAsValues) | ||
| Equals(Object) | ||
| Equals(PivotShowAsValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<PivotShowAsValues>.Create(String) | ||
| Inequality(PivotShowAsValues, PivotShowAsValues) | ||
| PercentOfParent | percentOfParent. When the item is serialized out as xml, its value is "percentOfParent". | |
| PercentOfParentColumn | percentOfParentCol. When the item is serialized out as xml, its value is "percentOfParentCol". | |
| PercentOfParentRow | percentOfParentRow. When the item is serialized out as xml, its value is "percentOfParentRow". | |
| PercentOfRunningTotal | percentOfRunningTotal. When the item is serialized out as xml, its value is "percentOfRunningTotal". | |
| PivotShowAsValues(String) | Creates a new PivotShowAsValues enum instance | |
| RankAscending | rankAscending. When the item is serialized out as xml, its value is "rankAscending". | |
| RankDescending | rankDescending. When the item is serialized out as xml, its value is "rankDescending". | |
| ToString() |