SourceValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 | 連結範囲。 アイテムを xml としてシリアル化されるときに、その値は "統合" です。 |
|
Equals(Object) | ||
Equals(SourceValues) | ||
External | 外部。 項目を xml としてシリアル化されるときに、その値は "external" です。 |
|
External | 1 | 外部。 項目を xml としてシリアル化されるときに、その値は "external" です。 |
GetHashCode() | ||
Equality(SourceValues, SourceValues) | ||
Inequality(SourceValues, SourceValues) | ||
Scenario | 3 | シナリオの概要レポート。 項目を xml としてシリアル化されるときに、その値は "シナリオ" です。 |
Scenario | シナリオの概要レポート。 項目を xml としてシリアル化されるときに、その値は "シナリオ" です。 |
|
ToString() | ||
Worksheet | 0 | ワークシート。 アイテムを xml としてシリアル化されるときに、その値は "worksheet" です。 |
Worksheet | ワークシート。 アイテムを xml としてシリアル化されるときに、その値は "worksheet" です。 |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<SourceValues>.Create(String) |