Spreadsheet: add a few context menu options

This commit is contained in:
Zheng, Lei
2019-12-24 10:34:50 +08:00
committed by Chris Hennes
parent 2c6f621721
commit 127e8098e8
6 changed files with 214 additions and 30 deletions

View File

@@ -165,5 +165,20 @@
<UserDocu>Get given spreadsheet row height</UserDocu>
</Documentation>
</Methode>
<Methode Name="touchCells">
<Documentation>
<UserDocu>touchCells(from, to=None): touch cells in the given range</UserDocu>
</Documentation>
</Methode>
<Methode Name="recomputeCells">
<Documentation>
<UserDocu>
recomputeCells(from, to=None)
Manually recompute cells in the given range with the given order without
following depedency order.
</UserDocu>
</Documentation>
</Methode>
</PythonExport>
</GenerateModel>