Share via


PivotShowAsValues 枚举

定义

定义 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)
继承
PivotShowAsValues
继承
PivotShowAsValues
属性

字段

PivotShowAsValues(String)

创建新的 PivotShowAsValues 枚举实例

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

percentOfParent。

当项序列化为 xml 时,其值为“percentOfParent”。

PercentOfParent

percentOfParent。

当项序列化为 xml 时,其值为“percentOfParent”。

PercentOfParentColumn 2

percentOfParentCol。

当项序列化为 xml 时,其值为“percentOfParentCol”。

PercentOfParentColumn

percentOfParentCol。

当项序列化为 xml 时,其值为“percentOfParentCol”。

PercentOfParentRow 1

percentOfParentRow。

当项序列化为 xml 时,其值为“percentOfParentRow”。

PercentOfParentRow

percentOfParentRow。

当项序列化为 xml 时,其值为“percentOfParentRow”。

PercentOfRunningTotal 3

percentOfRunningTotal。

当项序列化为 xml 时,其值为“percentOfRunningTotal”。

PercentOfRunningTotal

percentOfRunningTotal。

当项序列化为 xml 时,其值为“percentOfRunningTotal”。

RankAscending 4

rankAscending。

将项序列化为 xml 时,其值为“rankAscending”。

RankAscending

rankAscending。

将项序列化为 xml 时,其值为“rankAscending”。

RankDescending

rankDescending。

当项序列化为 xml 时,其值为“rankDescending”。

RankDescending 5

rankDescending。

当项序列化为 xml 时,其值为“rankDescending”。

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

适用于