_UserDefinedProperty.DisplayFormat プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトの表示形式を表す 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 |