[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.ISupportDefaultValue

接口 ISupportDefaultValue

表示单元格支持默认值

命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.dll
语法
public interface ISupportDefaultValue

属性

DefaultValue

默认值

声明
object DefaultValue { get; set; }
属性值
类型 描述
object

NeedFormatDefaultValue

返回True表示用户设置默认值时,活字格会做智能的类型转换,如把字符串"123",转成数字123并保存,反之则只保存字符串

声明
bool NeedFormatDefaultValue { get; }
属性值
类型 描述
bool