mirror of
https://github.com/ruilisi/fortune-sheet.git
synced 2025-01-07 03:16:50 +08:00
docs: cell attributes add locked field
This commit is contained in:
parent
b11ba19396
commit
24bd31a619
@ -136,6 +136,13 @@
|
||||
<td></td>
|
||||
<td>setFormula <br> setArrayFormula <br> workbook.calculateFormula();</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>lo</td>
|
||||
<td>locked</td>
|
||||
<td>Lock the cell, cannot be edited.</td>
|
||||
<td>0 is editable,1 is locked. Protected table, default 1; editable table, default 0.</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ps</td>
|
||||
<td>comment</td>
|
||||
|
@ -143,6 +143,13 @@
|
||||
<td></td>
|
||||
<td>setFormula <br> setArrayFormula <br> workbook.calculateFormula();</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>lo</td>
|
||||
<td>locked</td>
|
||||
<td>锁定单元格,不可编辑</td>
|
||||
<td>1表示锁定,0表示可编辑。锁定表格,默认1,可编辑表格,默认0。</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ps</td>
|
||||
<td>comment</td>
|
||||
|
Loading…
Reference in New Issue
Block a user