Share via


SourceValues 枚举

定义

PivotCache 类型

public enum SourceValues
public readonly struct SourceValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.SourceValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.SourceValues>
type SourceValues = 
type SourceValues = struct
    interface IEnumValue
    interface IEnumValueFactory<SourceValues>
Public Enum SourceValues
Public Structure SourceValues
Implements IEnumValue, IEnumValueFactory(Of SourceValues), IEquatable(Of SourceValues)
继承
SourceValues
继承
SourceValues

字段

SourceValues(String)

创建新的 SourceValues 枚举实例

Consolidation 2

合并范围。

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

Consolidation

合并范围。

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

Equals(Object)
Equals(SourceValues)
External

外部。

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

External 1

外部。

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

GetHashCode()
Equality(SourceValues, SourceValues)
Inequality(SourceValues, SourceValues)
Scenario 3

方案摘要报告。

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

Scenario

方案摘要报告。

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

ToString()
Worksheet 0

工作表。

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

Worksheet

工作表。

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

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

适用于