PivotEditValueTypeValues 枚举

定义

定义 PivotEditValueTypeValues 枚举。

public enum PivotEditValueTypeValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum PivotEditValueTypeValues
public readonly struct PivotEditValueTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues>
type PivotEditValueTypeValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type PivotEditValueTypeValues = 
type PivotEditValueTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PivotEditValueTypeValues>
Public Enum PivotEditValueTypeValues
Public Structure PivotEditValueTypeValues
Implements IEnumValue, IEnumValueFactory(Of PivotEditValueTypeValues), IEquatable(Of PivotEditValueTypeValues)
继承
PivotEditValueTypeValues
继承
PivotEditValueTypeValues
属性

字段

名称 说明
Number 0

数。

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

DateTime 1

dateTime。

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

String 2

字符串。

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

Boolean 3

布尔。

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

Error 4

错误。

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

Boolean

布尔。

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

DateTime

dateTime。

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

Equality(PivotEditValueTypeValues, PivotEditValueTypeValues)
Equals(Object)
Equals(PivotEditValueTypeValues)
Error

错误。

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

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PivotEditValueTypeValues>.Create(String)
Inequality(PivotEditValueTypeValues, PivotEditValueTypeValues)
Number

数。

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

PivotEditValueTypeValues(String)

创建新的 PivotEditValueTypeValues 枚举实例

String

字符串。

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

ToString()

适用于