SelectionTypeValues 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 SelectionTypeValues enumeration.
public enum SelectionTypeValues[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum SelectionTypeValuespublic readonly struct SelectionTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues>type SelectionTypeValues = [<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type SelectionTypeValues = type SelectionTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<SelectionTypeValues>Public Enum SelectionTypeValuesPublic Structure SelectionTypeValues
Implements IEnumValue, IEnumValueFactory(Of SelectionTypeValues), IEquatable(Of SelectionTypeValues)- Inheritance
- 
				SelectionTypeValues
- Inheritance
- 
				SelectionTypeValues
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| Single | 0 | single. When the item is serialized out as xml, its value is "single". | 
| Multiple | 1 | multi. When the item is serialized out as xml, its value is "multi". | 
| Extended | 2 | extended. When the item is serialized out as xml, its value is "extended". | 
| Equality(SelectionTypeValues, SelectionTypeValues) | ||
| Equals(Object) | ||
| Equals(SelectionTypeValues) | ||
| Extended | extended. When the item is serialized out as xml, its value is "extended". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<SelectionTypeValues>.Create(String) | ||
| Inequality(SelectionTypeValues, SelectionTypeValues) | ||
| Multiple | multi. When the item is serialized out as xml, its value is "multi". | |
| SelectionTypeValues(String) | Creates a new SelectionTypeValues enum instance | |
| Single | single. When the item is serialized out as xml, its value is "single". | |
| ToString() |