summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Romedenne <alain.romedenne@libreoffice.org>2024-02-26 18:02:57 +0100
committerAlain Romedenne <alain.romedenne@libreoffice.org>2024-02-26 18:33:28 +0100
commitacb79818f17b823827ff39871ea53ae3be0a9f1d (patch)
treebeb31bbb2cbe3de36b9d79711ab24090641c3126
parent51f773f0ed635d026283ec010bbbd973813dbf4b (diff)
sf_calc documentation update
Change-Id: I7646524df9ab75dd74d5e5ece0e3291f6f553ec9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163971 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
-rw-r--r--source/text/sbasic/shared/03/sf_calc.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03/sf_calc.xhp b/source/text/sbasic/shared/03/sf_calc.xhp
index 34040f40d1..88a5c7de90 100644
--- a/source/text/sbasic/shared/03/sf_calc.xhp
+++ b/source/text/sbasic/shared/03/sf_calc.xhp
@@ -1292,7 +1292,7 @@
<input>svc.GetColumnName(columnnumber: int): str</input>
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
- <paragraph role="paragraph" id="par_id83159163272628"><emph>columnnumber</emph>: The column number as an integer value in the interval 1 ... 1024.</paragraph>
+ <paragraph role="paragraph" id="par_id83159163272628"><emph>columnnumber</emph>: The column number as an integer value in the interval 1 ... 16384.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<paragraph role="paragraph" id="par_id11621539831303">Displays a message box with the name of the third column, which by default is "C".</paragraph>
@@ -1304,7 +1304,7 @@
<paragraph role="pycode" localize="false" id="pyc_id661621539873908">bas = CreateScriptService("Basic")</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id901621540022229">bas.MsgBox(myDoc.GetColumnName(3))</paragraph>
</pycode>
- <note id="par_id451611753568778">The maximum number of columns allowed on a Calc sheet is 1024.</note>
+ <note id="par_id451611753568778">The maximum number of columns allowed on a Calc sheet is 16384.</note>
</section>
<section id="GetFormula">