diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2024-05-29 21:49:28 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-05-29 23:51:42 +0200 |
commit | 8bfe0f3ed238264aa0afd0975eefaec525b8da1c (patch) | |
tree | df13b23ff91c21bbe7b899df91e628844aaa3f80 | |
parent | 7679f04728767fc2d89c853ded5f751688c2390e (diff) |
initial value of SEQUENCE is in upper-left corner
Change-Id: Ia2530dddce0c25a0b9920f11a64882a5900ebc37
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168233
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/scalc/01/func_sequence.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_sequence.xhp b/source/text/scalc/01/func_sequence.xhp index df46bb6b38..d4a91e3751 100644 --- a/source/text/scalc/01/func_sequence.xhp +++ b/source/text/scalc/01/func_sequence.xhp @@ -34,7 +34,7 @@ <paragraph role="paragraph" id="par_id141715790327107">If <emph>Rows</emph> or <emph>Columns</emph> are references to the content of other cells, the array dimensions do not change when the referenced content changes. The array formula must be deleted and re-entered.</paragraph> <paragraph role="paragraph" id="par_id61714595841660">The array is filled from the first row to the right up to the value of <emph>Columns</emph>, and then down to the number of rows.</paragraph> <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> -<paragraph role="paragraph" id="par_id201714595986945"><input>{=SEQUENCE(3,3,10,11)}</input> returns the 3-by-3 array below with an upper-right value of 10 and filling the array to the right and then downward in steps of 11.</paragraph> +<paragraph role="paragraph" id="par_id201714595986945"><input>{=SEQUENCE(3,3,10,11)}</input> returns the 3-by-3 array below with an upper-left value of 10 and filling the array to the right and then downward in steps of 11.</paragraph> <table id="tab_id641714595997898"> <tablerow> <tablecell> |