ScopeValues 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.
Conditional Formatting Scope
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)
- Inheritance
-
ScopeValues
- Inheritance
-
ScopeValues
Fields
Name | Value | Description |
---|---|---|
Selection | 0 | Selection. When the item is serialized out as xml, its value is "selection". |
Data | 1 | Data Fields. When the item is serialized out as xml, its value is "data". |
Field | 2 | Field Intersections. When the item is serialized out as xml, its value is "field". |
Data | Data Fields. When the item is serialized out as xml, its value is "data". |
|
Equality(ScopeValues, ScopeValues) | ||
Equals(Object) | ||
Equals(ScopeValues) | ||
Field | Field Intersections. When the item is serialized out as xml, its value is "field". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ScopeValues>.Create(String) | ||
Inequality(ScopeValues, ScopeValues) | ||
ScopeValues(String) | Creates a new ScopeValues enum instance |
|
Selection | Selection. When the item is serialized out as xml, its value is "selection". |
|
ToString() |