SubFeatureType 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 SubFeatureType enumeration.
public enum SubFeatureType[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum SubFeatureTypepublic readonly struct SubFeatureType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType>, IEquatable<DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType>type SubFeatureType = [<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type SubFeatureType = type SubFeatureType = struct
    interface IEnumValue
    interface IEnumValueFactory<SubFeatureType>Public Enum SubFeatureTypePublic Structure SubFeatureType
Implements IEnumValue, IEnumValueFactory(Of SubFeatureType), IEquatable(Of SubFeatureType)- Inheritance
- 
				SubFeatureType
- Inheritance
- 
				SubFeatureType
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | none. When the item is serialized out as xml, its value is "none". | 
| Future | 1 | future. When the item is serialized out as xml, its value is "future". | 
| Equality(SubFeatureType, SubFeatureType) | ||
| Equals(Object) | ||
| Equals(SubFeatureType) | ||
| Future | future. When the item is serialized out as xml, its value is "future". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<SubFeatureType>.Create(String) | ||
| Inequality(SubFeatureType, SubFeatureType) | ||
| None | none. When the item is serialized out as xml, its value is "none". | |
| SubFeatureType(String) | Creates a new SubFeatureType enum instance | |
| ToString() |