次の方法で共有


ScopeValues 列挙型

定義

条件付き書式スコープ

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()

適用対象