Change-Id: I0b9be4ea10c3837007158771fde46ad70e5c52a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177785
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
This commit is contained in:
Andrea Gelmini 2024-12-04 12:06:40 +01:00 committed by Julien Nabet
parent 04de71cb67
commit bce744550d

View file

@ -1798,7 +1798,7 @@ class SFScriptForge:
``calcfunction``: the name of the Calc function to be called, in English. ``calcfunction``: the name of the Calc function to be called, in English.
``args``: the arguments to be passed to the called Calc function. Each argument may be either ``args``: the arguments to be passed to the called Calc function. Each argument may be either
- a string, a numeric value, a bool or a datatime.datetime instance - a string, a numeric value, a bool or a datetime.datetime instance
- a tuple or a tuple of tuples combining those types - a tuple or a tuple of tuples combining those types
- a com.sun.star.table.XCellRange UNO object - a com.sun.star.table.XCellRange UNO object
Returns Returns