UserDefinedProperty.DisplayFormat プロパティ (Outlook)
UserDefinedProperty オブジェクトの表示形式を表す long 型 の値を返します。 読み取り専用です。
構文
式。DisplayFormat
式UserDefinedProperty オブジェクトを表す変数。
注釈
このプロパティの値は列挙型の定数であり、列挙は UserDefinedProperty オブジェクトの Type プロパティの値に依存します。
Type 値 | DisplayFormat 列挙 |
---|---|
olCombination | 列挙体はありません。 このプロパティは、常に olCombination の場合は 1 を返します。 |
olCurrency | OlFormatCurrency |
olDateTime | OlFormatDateTime |
olDuration | OlFormatDuration |
olEnumeration | OlFormatEnumeration |
olFormula | 列挙体はありません。 このプロパティは、常に olFormula の場合は 1 を返します。 |
olInteger | OlFormatInteger |
olKeywords | OlFormatKeywords |
olNumber | OlFormatNumber |
olOutlookInternal | 列挙体はありません。 このプロパティは、常に olOutlookInternal の場合は 1 を返します。 |
olPercent | OlFormatPercent |
olSmartFrom | OlFormatSmartFrom |
olText | OlFormatText |
olYesNo | OlFormatYesNo |
関連項目
サポートとフィードバック
Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。