VolatileValues 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.
Volatile Dependency Value Types
public enum VolatileValuespublic readonly struct VolatileValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.VolatileValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.VolatileValues>type VolatileValues = type VolatileValues = struct
    interface IEnumValue
    interface IEnumValueFactory<VolatileValues>Public Enum VolatileValuesPublic Structure VolatileValues
Implements IEnumValue, IEnumValueFactory(Of VolatileValues), IEquatable(Of VolatileValues)- Inheritance
- 
				VolatileValues
- Inheritance
- 
				VolatileValues
Fields
| Name | Value | Description | 
|---|---|---|
| Boolean | 0 | Boolean. When the item is serialized out as xml, its value is "b". | 
| RealNumber | 1 | Real Number. When the item is serialized out as xml, its value is "n". | 
| Error | 2 | Error. When the item is serialized out as xml, its value is "e". | 
| String | 3 | String. When the item is serialized out as xml, its value is "s". | 
| Boolean | Boolean. When the item is serialized out as xml, its value is "b". | |
| Equality(VolatileValues, VolatileValues) | ||
| Equals(Object) | ||
| Equals(VolatileValues) | ||
| Error | Error. When the item is serialized out as xml, its value is "e". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<VolatileValues>.Create(String) | ||
| Inequality(VolatileValues, VolatileValues) | ||
| RealNumber | Real Number. When the item is serialized out as xml, its value is "n". | |
| String | String. When the item is serialized out as xml, its value is "s". | |
| ToString() | ||
| VolatileValues(String) | Creates a new VolatileValues enum instance |