Protected
GridCell.Protected property
表示单元格是否受保护。 如果值为“true”,则用户无法通过用户界面修改单元格。 此属性与 Style.CellLocked 属性无关 不会保存到文件中网格数据导出。 默认值为“false”。
public bool Protected { get; set; }
表示单元格是否受保护。 如果值为“true”,则用户无法通过用户界面修改单元格。 此属性与 Style.CellLocked 属性无关 不会保存到文件中网格数据导出。 默认值为“false”。
public bool Protected { get; set; }