ScopeValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
条件付き書式スコープ
public enum ScopeValues
public readonly struct ScopeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.ScopeValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.ScopeValues>
type ScopeValues =
type ScopeValues = struct
interface IEnumValue
interface IEnumValueFactory<ScopeValues>
Public Enum ScopeValues
Public Structure ScopeValues
Implements IEnumValue, IEnumValueFactory(Of ScopeValues), IEquatable(Of ScopeValues)
- 継承
-
ScopeValues
- 継承
-
ScopeValues
フィールド
名前 | 値 | 説明 |
---|---|---|
Selection | 0 | 選択範囲 項目を xml としてシリアル化されるときに、その値は "selection" です。 |
Data | 1 | データ フィールド。 項目を xml としてシリアル化されるときに、その値は "data" です。 |
Field | 2 | フィールドの交差。 アイテムを xml としてシリアル化されるときに、その値は "field" です。 |
Data | データ フィールド。 項目を xml としてシリアル化されるときに、その値は "data" です。 |
|
Equality(ScopeValues, ScopeValues) | ||
Equals(Object) | ||
Equals(ScopeValues) | ||
Field | フィールドの交差。 アイテムを xml としてシリアル化されるときに、その値は "field" です。 |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ScopeValues>.Create(String) | ||
Inequality(ScopeValues, ScopeValues) | ||
ScopeValues(String) | 新しい ScopeValues 列挙型インスタンスを作成します |
|
Selection | 選択範囲 項目を xml としてシリアル化されるときに、その値は "selection" です。 |
|
ToString() |