[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.ISupportReadOnly

接口 ISupportReadOnly

表示单元格支持只读

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

属性

ReadOnly

是否只读,值为True表示只读,否则为可编辑

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