_UserDefinedProperty.DisplayFormat 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 une valeur Integer (int en C#) qui représente le format d’affichage de l’objet UserDefinedProperty . En lecture seule.
public:
property int DisplayFormat { int get(); };
public int DisplayFormat { get; }
Public ReadOnly Property DisplayFormat 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 Type propriété pour l’objet UserDefinedProperty :
Valeur du type | Énumération DisplayFormat | |
olCombination | Aucune énumération disponible. Cette propriété retourne toujours 1 pour olCombination. | |
olCurrency | OlFormatCurrency | |
olDateTime | OlFormatDateTime | |
olDuration | OlFormatDuration | |
olEnumeration | OlFormatEnumeration | |
olFormula | Aucune énumération disponible. Cette propriété renvoie toujours 1 pour olFormula. | |
olInteger | OlFormatInteger | |
olKeywords | OlFormatKeywords | |
olNumber | OlFormatNumber | |
olOutlookInternal | Aucune énumération disponible. Cette propriété renvoie toujours 1 pour olOutlookInternal. | |
olPercent | OlFormatPercent | |
olSmartFrom | OlFormatSmartFrom | |
olText | OlFormatText | |
olYesNo | OlFormatYesNo |