Click or drag to resize

ExternalConnectionValues Enumeration

Text Field Data Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum ExternalConnectionValues
Members
Member nameValueDescription
General0 General.

When the item is serialized out as xml, its value is "general".

Text1 Text.

When the item is serialized out as xml, its value is "text".

MonthDayYear2 Month Day Year.

When the item is serialized out as xml, its value is "MDY".

DayMonthYear3 Day Month Year.

When the item is serialized out as xml, its value is "DMY".

YearMonthDay4 Year Month Day.

When the item is serialized out as xml, its value is "YMD".

MonthYearDay5 Month Day Year.

When the item is serialized out as xml, its value is "MYD".

DayYearMonth6 Day Year Month.

When the item is serialized out as xml, its value is "DYM".

YearDayMonth7 Year Day Month.

When the item is serialized out as xml, its value is "YDM".

Skip8 Skip Field.

When the item is serialized out as xml, its value is "skip".

EMD9 East Asian Year Month Day.

When the item is serialized out as xml, its value is "EMD".

See Also