IEnumValue Interface
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.
A definition of an OpenXml enum value
public interface IEnumValue
type IEnumValue = interface
Public Interface IEnumValue
- Derived
Properties
IsValid |
Gets a value indicating whether the current value is valid. |
Value |
Gets the value of the enum. |
Version |
Gets the version this type was introduced in. |