diff options
author | Jean-Pierre Ledure <jp@ledure.be> | 2021-10-23 18:31:21 +0200 |
---|---|---|
committer | Jean-Pierre Ledure <jp@ledure.be> | 2021-10-25 11:06:54 +0200 |
commit | 6a1feb264479f0b223305882636eed1b58c80966 (patch) | |
tree | ea0c501e8cba4d4b422290705bc15a5476d310a0 /osx | |
parent | bbd21f4069fd17a0f6b734b62a45f1fefc9c1f7f (diff) |
ScriptForge - (SF_Calc) new A1Style() method
Returns a range expressed in A1-style as defined by its coordinates
If only one pair of coordinates is given, the range will embrace only a single cell
Arguments:
Row1 : the row number of the first coordinate
Column1 : the column number of the first coordinates
Row2 : optional, the row number of the second coordinate
Column2 : optional, the column number of the second coordinates
SheetName: Default = the current sheet. If present, the sheet must exist
Is complementary to the Offset() method to compute ranges easily
Available both from Basic and Python user scripts
Change-Id: Ib9323441bbd579beb867329c8b0930653462d00e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124093
Tested-by: Jenkins
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Diffstat (limited to 'osx')
0 files changed, 0 insertions, 0 deletions