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

字段

名称 说明
Worksheet 0

工作表。

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

External 1

外部。

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

Consolidation 2

合并范围。

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

Scenario 3

方案摘要报告。

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

Consolidation

合并范围。

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

Equality(SourceValues, SourceValues)
Equals(Object)
Equals(SourceValues)
External

外部。

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

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<SourceValues>.Create(String)
Inequality(SourceValues, SourceValues)
Scenario

方案摘要报告。

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

SourceValues(String)

创建新的 SourceValues 枚举实例

ToString()
Worksheet

工作表。

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

适用于