_ColumnFormat.FieldFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个 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 |
对于上表中未列出的字段类型,此属性的值将被忽略。