This documentation is archived and is not being maintained.
XlColumnDataType enumeration
Specifies how a column is to be parsed.
Namespace:
Microsoft.Office.Interop.ExcelAssembly:
Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
No code example is currently available or this language may not be supported.
| Member name | Description |
|---|
| xlGeneralFormat | General. |
| xlTextFormat | Text. |
| xlMDYFormat | MDY date format. |
| xlDMYFormat | DMY date format. |
| xlYMDFormat | YMD date format. |
| xlMYDFormat | MYD date format. |
| xlDYMFormat | DYM date format. |
| xlYDMFormat | YDM date format. |
| xlSkipColumn | Column is not parsed. |
| xlEMDFormat | EMD date format. |