ExternalConnectionValues Enumeration
Text Field Datatype
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ExternalConnectionValues
'Usage
Dim instance As ExternalConnectionValues
public enum ExternalConnectionValues
Members
Member name | Description | |
---|---|---|
General | General. When the item is serialized out as xml, its value is "general". | |
Text | Text. When the item is serialized out as xml, its value is "text". | |
MonthDayYear | Month Day Year. When the item is serialized out as xml, its value is "MDY". | |
DayMonthYear | Day Month Year. When the item is serialized out as xml, its value is "DMY". | |
YearMonthDay | Year Month Day. When the item is serialized out as xml, its value is "YMD". | |
MonthYearDay | Month Day Year. When the item is serialized out as xml, its value is "MYD". | |
DayYearMonth | Day Year Month. When the item is serialized out as xml, its value is "DYM". | |
YearDayMonth | Year Day Month. When the item is serialized out as xml, its value is "YDM". | |
Skip | Skip Field. When the item is serialized out as xml, its value is "skip". | |
EMD | East Asian Year Month Day. When the item is serialized out as xml, its value is "EMD". |