PivotShowAsValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
PercentOfParent | 0 | percentOfParent。 当项序列化为 xml 时,其值为“percentOfParent”。 |
PercentOfParentRow | 1 | percentOfParentRow。 当项序列化为 xml 时,其值为“percentOfParentRow”。 |
PercentOfParentColumn | 2 | percentOfParentCol。 当项序列化为 xml 时,其值为“percentOfParentCol”。 |
PercentOfRunningTotal | 3 | percentOfRunningTotal。 当项序列化为 xml 时,其值为“percentOfRunningTotal”。 |
RankAscending | 4 | rankAscending。 将项序列化为 xml 时,其值为“rankAscending”。 |
RankDescending | 5 | rankDescending。 当项序列化为 xml 时,其值为“rankDescending”。 |
Equality(PivotShowAsValues, PivotShowAsValues) | ||
Equals(Object) | ||
Equals(PivotShowAsValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PivotShowAsValues>.Create(String) | ||
Inequality(PivotShowAsValues, PivotShowAsValues) | ||
PercentOfParent | percentOfParent。 当项序列化为 xml 时,其值为“percentOfParent”。 |
|
PercentOfParentColumn | percentOfParentCol。 当项序列化为 xml 时,其值为“percentOfParentCol”。 |
|
PercentOfParentRow | percentOfParentRow。 当项序列化为 xml 时,其值为“percentOfParentRow”。 |
|
PercentOfRunningTotal | percentOfRunningTotal。 当项序列化为 xml 时,其值为“percentOfRunningTotal”。 |
|
PivotShowAsValues(String) | 创建新的 PivotShowAsValues 枚举实例 |
|
RankAscending | rankAscending。 将项序列化为 xml 时,其值为“rankAscending”。 |
|
RankDescending | rankDescending。 当项序列化为 xml 时,其值为“rankDescending”。 |
|
ToString() |