XlColumnDataType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique la manière dont une colonne doit être analysée.
public enum class XlColumnDataType
public enum XlColumnDataType
Public Enum XlColumnDataType
- Héritage
-
XlColumnDataType
Champs
xlDMYFormat | 4 | Format de date JMA. |
xlDYMFormat | 7 | Format de date JAM. |
xlEMDFormat | 10 | Format de date AMJ. |
xlGeneralFormat | 1 | Général. |
xlMDYFormat | 3 | Format de date MJA. |
xlMYDFormat | 6 | Format de date MAJ. |
xlSkipColumn | 9 | La colonne n'est pas analysée. |
xlTextFormat | 2 | Texte. |
xlYDMFormat | 8 | Format de date AJM. |
xlYMDFormat | 5 | Format de date AMD |