1金币
最佳答案首先无法选中部分的单元格的locked状态必须设置为true
https://demo.grapecity.com.cn/spreadjs/help/api/classes/GC.Spread.Sheets.CellRange#locked
然后设置表单保护选项protectionOptions中的allowSelectLockedCells为false
https://demo.grapecity.com.cn/spreadjs/SpreadJSTutorial/features/worksheet/protection/purejs
接着设置工作表保护
sheet.options.isProtected = true;
| |
| |
| |
| |
| |