我在执行 sheet.getCell(row, column).locked(true); 这个的时候,报错 undefined. 这是什么原因?
sheet.getCell(row, column).labelOptions({alignment: GC.Spread.Sheets.LabelAlignment.bottomCenter, foreColor: 'yellowgreen', font: 'bold 15px Arial'});
Uncaught TypeError: Cannot read property 'labelOptions' of undefined
|
|