XlColumnDataType 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.
Specifies how a column is to be parsed.
public enum class XlColumnDataType
public enum XlColumnDataType
Public Enum XlColumnDataType
- Inheritance
-
XlColumnDataType
Fields
Name | Value | Description |
---|---|---|
xlGeneralFormat | 1 | General. |
xlTextFormat | 2 | Text. |
xlMDYFormat | 3 | MDY date format. |
xlDMYFormat | 4 | DMY date format. |
xlYMDFormat | 5 | YMD date format. |
xlMYDFormat | 6 | MYD date format. |
xlDYMFormat | 7 | DYM date format. |
xlYDMFormat | 8 | YDM date format. |
xlSkipColumn | 9 | Column is not parsed. |
xlEMDFormat | 10 | EMD date format. |