Поделиться через


_UserDefinedProperty.DisplayFormat Свойство

Определение

Возвращает целое число (int в C#), представляющее формат отображения для UserDefinedProperty объекта . Только для чтения.

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

Значение свойства

Комментарии

Значение этого свойства является константой из перечисления, где перечисление зависит от значения Type свойства объекта UserDefinedProperty :

Значение типаПеречисление DisplayFormat
olCombination Перечисление недоступно. Это свойство всегда возвращает значение 1 для olCombination.
olCurrency OlFormatCurrency
olDateTime OlFormatDateTime
olDuration OlFormatDuration
olEnumeration OlFormatEnumeration
olFormula Перечисление недоступно. Это свойство всегда возвращает значение 1 для olFormula.
olInteger OlFormatInteger
olKeywords OlFormatKeywords
olNumber OlFormatNumber
olOutlookInternal Перечисление недоступно. Это свойство всегда возвращает значение 1 для olOutlookInternal.
olPercent OlFormatPercent
olSmartFrom OlFormatSmartFrom
olText OlFormatText
olYesNo OlFormatYesNo

Применяется к