ExternalConnectionValues 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.
Text Field Data Type
public enum ExternalConnectionValues
public readonly struct ExternalConnectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues>
type ExternalConnectionValues =
type ExternalConnectionValues = struct
interface IEnumValue
interface IEnumValueFactory<ExternalConnectionValues>
Public Enum ExternalConnectionValues
Public Structure ExternalConnectionValues
Implements IEnumValue, IEnumValueFactory(Of ExternalConnectionValues), IEquatable(Of ExternalConnectionValues)
- Inheritance
-
ExternalConnectionValues
- Inheritance
-
ExternalConnectionValues
Fields
Name | Value | Description |
---|---|---|
General | 0 | General. When the item is serialized out as xml, its value is "general". |
Text | 1 | Text. When the item is serialized out as xml, its value is "text". |
MonthDayYear | 2 | Month Day Year. When the item is serialized out as xml, its value is "MDY". |
DayMonthYear | 3 | Day Month Year. When the item is serialized out as xml, its value is "DMY". |
YearMonthDay | 4 | Year Month Day. When the item is serialized out as xml, its value is "YMD". |
MonthYearDay | 5 | Month Day Year. When the item is serialized out as xml, its value is "MYD". |
DayYearMonth | 6 | Day Year Month. When the item is serialized out as xml, its value is "DYM". |
YearDayMonth | 7 | Year Day Month. When the item is serialized out as xml, its value is "YDM". |
Skip | 8 | Skip Field. When the item is serialized out as xml, its value is "skip". |
EMD | 9 | East Asian Year Month Day. When the item is serialized out as xml, its value is "EMD". |
DayMonthYear | Day Month Year. When the item is serialized out as xml, its value is "DMY". |
|
DayYearMonth | Day Year Month. When the item is serialized out as xml, its value is "DYM". |
|
EMD | East Asian Year Month Day. When the item is serialized out as xml, its value is "EMD". |
|
Equality(ExternalConnectionValues, ExternalConnectionValues) | ||
Equals(ExternalConnectionValues) | ||
Equals(Object) | ||
ExternalConnectionValues(String) | Creates a new ExternalConnectionValues enum instance |
|
General | General. When the item is serialized out as xml, its value is "general". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ExternalConnectionValues>.Create(String) | ||
Inequality(ExternalConnectionValues, ExternalConnectionValues) | ||
MonthDayYear | Month Day Year. When the item is serialized out as xml, its value is "MDY". |
|
MonthYearDay | Month Day Year. When the item is serialized out as xml, its value is "MYD". |
|
Skip | Skip Field. When the item is serialized out as xml, its value is "skip". |
|
Text | Text. When the item is serialized out as xml, its value is "text". |
|
ToString() | ||
YearDayMonth | Year Day Month. When the item is serialized out as xml, its value is "YDM". |
|
YearMonthDay | Year Month Day. When the item is serialized out as xml, its value is "YMD". |