RichValueFallbackType 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.
Defines the RichValueFallbackType enumeration.
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum RichValueFallbackTypepublic enum RichValueFallbackTypepublic readonly struct RichValueFallbackType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType>, IEquatable<DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType>[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)>]
type RichValueFallbackType = type RichValueFallbackType = type RichValueFallbackType = struct
    interface IEnumValue
    interface IEnumValueFactory<RichValueFallbackType>Public Enum RichValueFallbackTypePublic Structure RichValueFallbackType
Implements IEnumValue, IEnumValueFactory(Of RichValueFallbackType), IEquatable(Of RichValueFallbackType)- Inheritance
- 
				RichValueFallbackType
- Inheritance
- 
				RichValueFallbackType
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| B | 0 | b. When the item is serialized out as xml, its value is "b". | 
| N | 1 | n. When the item is serialized out as xml, its value is "n". | 
| E | 2 | e. When the item is serialized out as xml, its value is "e". | 
| S | 3 | s. When the item is serialized out as xml, its value is "s". | 
| B | b. When the item is serialized out as xml, its value is "b". | |
| E | e. When the item is serialized out as xml, its value is "e". | |
| Equality(RichValueFallbackType, RichValueFallbackType) | ||
| Equals(Object) | ||
| Equals(RichValueFallbackType) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<RichValueFallbackType>.Create(String) | ||
| Inequality(RichValueFallbackType, RichValueFallbackType) | ||
| N | n. When the item is serialized out as xml, its value is "n". | |
| RichValueFallbackType(String) | Creates a new RichValueFallbackType enum instance | |
| S | s. When the item is serialized out as xml, its value is "s". | |
| ToString() |