次の方法で共有


_UserDefinedProperty.DisplayFormat プロパティ

定義

オブジェクトの表示形式を表す Integer (C#では int ) の値を UserDefinedProperty 返します。 読み取り専用です。

public:
 property int DisplayFormat { int get(); };
public int DisplayFormat { get; }
Public ReadOnly Property DisplayFormat As Integer

プロパティ値

注釈

このプロパティの値は列挙型の定数です。ここで、列挙は UserDefinedProperty オブジェクトのプロパティの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

適用対象