Share via


PivotShowAsValues Enum

Definition

Defines the PivotShowAsValues enumeration.

public enum PivotShowAsValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum PivotShowAsValues
public 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 PivotShowAsValues
Public Structure PivotShowAsValues
Implements IEnumValue, IEnumValueFactory(Of PivotShowAsValues), IEquatable(Of PivotShowAsValues)
Inheritance
PivotShowAsValues
Inheritance
PivotShowAsValues
Attributes

Fields

PivotShowAsValues(String)

Creates a new PivotShowAsValues enum instance

Equals(PivotShowAsValues)
Equals(Object)
GetHashCode()
Equality(PivotShowAsValues, PivotShowAsValues)
Inequality(PivotShowAsValues, PivotShowAsValues)
PercentOfParent 0

percentOfParent.

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

PercentOfParent

percentOfParent.

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

PercentOfParentColumn 2

percentOfParentCol.

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

PercentOfParentColumn

percentOfParentCol.

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

PercentOfParentRow 1

percentOfParentRow.

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

PercentOfParentRow

percentOfParentRow.

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

PercentOfRunningTotal 3

percentOfRunningTotal.

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

PercentOfRunningTotal

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".

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".

RankDescending 5

rankDescending.

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

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PivotShowAsValues>.Create(String)

Applies to