XlListDataType É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.
Spécifie le type de données d’une colonne de liste connectée à Microsoft Windows SharePoint Services site.
public enum class XlListDataType
public enum XlListDataType
Public Enum XlListDataType
- Héritage
-
XlListDataType
Champs
| xlListDataTypeCheckbox | 9 | Case à cocher. |
| xlListDataTypeChoice | 6 | Champ à choix unique. |
| xlListDataTypeChoiceMulti | 7 | Champ à choix multiple. |
| xlListDataTypeCounter | 11 | Compteur. |
| xlListDataTypeCurrency | 4 | Devise. |
| xlListDataTypeDateTime | 5 | Date/heure. |
| xlListDataTypeHyperLink | 10 | Lien hypertexte. |
| xlListDataTypeListLookup | 8 | Liste de recherche. |
| xlListDataTypeMultiLineRichText | 12 | Format RTF avec plusieurs lignes. |
| xlListDataTypeMultiLineText | 2 | Texte brut avec plusieurs lignes. |
| xlListDataTypeNone | 0 | Type non spécifié. |
| xlListDataTypeNumber | 3 | Numérique. |
| xlListDataTypeText | 1 | Texte brut. |