SourceValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PivotCache Type
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)
- Inheritance
-
SourceValues
- Inheritance
-
SourceValues
Fields
Name | Value | Description |
---|---|---|
Worksheet | 0 | Worksheet. When the item is serialized out as xml, its value is "worksheet". |
External | 1 | External. When the item is serialized out as xml, its value is "external". |
Consolidation | 2 | Consolidation Ranges. When the item is serialized out as xml, its value is "consolidation". |
Scenario | 3 | Scenario Summary Report. When the item is serialized out as xml, its value is "scenario". |
Consolidation | Consolidation Ranges. When the item is serialized out as xml, its value is "consolidation". |
|
Equality(SourceValues, SourceValues) | ||
Equals(Object) | ||
Equals(SourceValues) | ||
External | External. When the item is serialized out as xml, its value is "external". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<SourceValues>.Create(String) | ||
Inequality(SourceValues, SourceValues) | ||
Scenario | Scenario Summary Report. When the item is serialized out as xml, its value is "scenario". |
|
SourceValues(String) | Creates a new SourceValues enum instance |
|
ToString() | ||
Worksheet | Worksheet. When the item is serialized out as xml, its value is "worksheet". |