XlColumnDataType enumeration

Specifies how a column is to be parsed.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
xlGeneralFormatGeneral.
xlTextFormatText.
xlMDYFormatMDY date format.
xlDMYFormatDMY date format.
xlYMDFormatYMD date format.
xlMYDFormatMYD date format.
xlDYMFormatDYM date format.
xlYDMFormatYDM date format.
xlSkipColumnColumn is not parsed.
xlEMDFormatEMD date format.
Show: