Compartir a través de


PivotShowAsValues Enumeración

Definición

Define la enumeración PivotShowAsValues.

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)
Herencia
PivotShowAsValues
Herencia
PivotShowAsValues
Atributos

Campos

Nombre Valor Description
PercentOfParent 0

percentOfParent.

Cuando el elemento se serializa como xml, su valor es "percentOfParent".

PercentOfParentRow 1

percentOfParentRow.

Cuando el elemento se serializa como xml, su valor es "percentOfParentRow".

PercentOfParentColumn 2

percentOfParentCol.

Cuando el elemento se serializa como xml, su valor es "percentOfParentCol".

PercentOfRunningTotal 3

percentOfRunningTotal.

Cuando el elemento se serializa como xml, su valor es "percentOfRunningTotal".

RankAscending 4

rankAscending.

Cuando el elemento se serializa como xml, su valor es "rankAscending".

RankDescending 5

rankDescending.

Cuando el elemento se serializa como xml, su valor es "rankDescending".

Equality(PivotShowAsValues, PivotShowAsValues)
Equals(Object)
Equals(PivotShowAsValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PivotShowAsValues>.Create(String)
Inequality(PivotShowAsValues, PivotShowAsValues)
PercentOfParent

percentOfParent.

Cuando el elemento se serializa como xml, su valor es "percentOfParent".

PercentOfParentColumn

percentOfParentCol.

Cuando el elemento se serializa como xml, su valor es "percentOfParentCol".

PercentOfParentRow

percentOfParentRow.

Cuando el elemento se serializa como xml, su valor es "percentOfParentRow".

PercentOfRunningTotal

percentOfRunningTotal.

Cuando el elemento se serializa como xml, su valor es "percentOfRunningTotal".

PivotShowAsValues(String)

Crea una nueva instancia de enumeración PivotShowAsValues

RankAscending

rankAscending.

Cuando el elemento se serializa como xml, su valor es "rankAscending".

RankDescending

rankDescending.

Cuando el elemento se serializa como xml, su valor es "rankDescending".

ToString()

Se aplica a