_ColumnFormat.FieldFormat 属性

定义

返回或设置一个 Integer (int in C # ) 值,该值表示对象所关联的 ColumnFormat 属性的显示格式。 读/写。

public:
 property int FieldFormat { int get(); void set(int value); };
public int FieldFormat { get; set; }
Public Property FieldFormat As Integer

属性值

注解

此属性的值是枚举中的常量,其中枚举依赖于 FieldTypeColumnFormat 对象的 属性值:

FieldType 值FieldFormat 枚举
olCurrency OlFormatCurrency
olFormatDateTime OlFormatDateTime
olDuration OlFormatDuration
olInteger OlFormatInteger
olKeywords OlFormatKeywords
olNumber OlFormatNumber
olPercent OlFormatPercent
olText OlFormatText
olYesNo OlFormatYesNo
olEnumeration OlFormatEnumeration
olSmartFrom OlFormatSmartFrom

对于上表中未列出的字段类型,此属性的值将被忽略。

适用于