RichValueValueType 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 RichValueValueType enumeration.
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum RichValueValueTypepublic enum RichValueValueTypepublic readonly struct RichValueValueType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType>, IEquatable<DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType>[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)>]
type RichValueValueType = type RichValueValueType = type RichValueValueType = struct
    interface IEnumValue
    interface IEnumValueFactory<RichValueValueType>Public Enum RichValueValueTypePublic Structure RichValueValueType
Implements IEnumValue, IEnumValueFactory(Of RichValueValueType), IEquatable(Of RichValueValueType)- Inheritance
- 
				RichValueValueType
- Inheritance
- 
				RichValueValueType
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| D | 0 | d. When the item is serialized out as xml, its value is "d". | 
| I | 1 | i. When the item is serialized out as xml, its value is "i". | 
| B | 2 | b. When the item is serialized out as xml, its value is "b". | 
| E | 3 | e. When the item is serialized out as xml, its value is "e". | 
| S | 4 | s. When the item is serialized out as xml, its value is "s". | 
| R | 5 | r. When the item is serialized out as xml, its value is "r". | 
| A | 6 | a. When the item is serialized out as xml, its value is "a". | 
| Spb | 7 | spb. When the item is serialized out as xml, its value is "spb". | 
| A | a. When the item is serialized out as xml, its value is "a". | |
| B | b. When the item is serialized out as xml, its value is "b". | |
| D | d. When the item is serialized out as xml, its value is "d". | |
| E | e. When the item is serialized out as xml, its value is "e". | |
| Equality(RichValueValueType, RichValueValueType) | ||
| Equals(Object) | ||
| Equals(RichValueValueType) | ||
| GetHashCode() | ||
| I | i. When the item is serialized out as xml, its value is "i". | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<RichValueValueType>.Create(String) | ||
| Inequality(RichValueValueType, RichValueValueType) | ||
| R | r. When the item is serialized out as xml, its value is "r". | |
| RichValueValueType(String) | Creates a new RichValueValueType enum instance | |
| S | s. When the item is serialized out as xml, its value is "s". | |
| Spb | spb. When the item is serialized out as xml, its value is "spb". | |
| ToString() |