[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.ISupportDisable

接口 ISupportDisable

表示单元格支持禁用

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

属性

IsDisabled

是否禁用,值为True表示禁用,否则为启用

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