_ColumnFormat.FieldFormat Propriété
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.
Renvoie ou définit une valeur Integer (int en C#) qui représente le format d’affichage de la propriété à laquelle l’objet ColumnFormat est associé. Lecture-écriture.
public:
property int FieldFormat { int get(); void set(int value); };
public int FieldFormat { get; set; }
Public Property FieldFormat As Integer
Valeur de propriété
Remarques
La valeur de cette propriété est une constante d’une énumération, où l’énumération dépend de la valeur de la FieldType propriété pour l’objet ColumnFormat :
Valeur FieldType | Éumération FieldFormat | |
olCurrency | OlFormatCurrency | |
olFormatDateTime | OlFormatDateTime | |
olDuration | OlFormatDuration | |
olInteger | OlFormatInteger | |
olKeywords | OlFormatKeywords | |
olNumber | OlFormatNumber | |
olPercent | OlFormatPercent | |
olText | OlFormatText | |
olYesNo | OlFormatYesNo | |
olEnumeration | OlFormatEnumeration | |
olSmartFrom | OlFormatSmartFrom |
Pour les types de champ non répertoriés dans le tableau ci-dessus, la valeur de cette propriété est ignorée.