source/text/scalc/01/func_wraprows.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2834b80b2498bfefbc23e502c1484ddb1c03687c Author: Stanislav Horacek <[email protected]> AuthorDate: Sat Jan 31 13:49:21 2026 +0100 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Sun Feb 1 04:24:25 2026 +0100 wrap count in WRAPROWS means maximum in rows Change-Id: I65e2364d466473ea33bd6057abe0c3589db23cdd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/198452 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/source/text/scalc/01/func_wraprows.xhp b/source/text/scalc/01/func_wraprows.xhp index 82d56ef66a..877ff7a8cf 100644 --- a/source/text/scalc/01/func_wraprows.xhp +++ b/source/text/scalc/01/func_wraprows.xhp @@ -28,7 +28,7 @@ <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph role="code" id="par_id871737825179033">=WRAPROWS(Range; Wrap_count [; Pad_with])</paragraph> <paragraph role="paragraph" id="par_id701737825446850"><emph>Range</emph>: the range to wrap.</paragraph> -<paragraph role="paragraph" id="par_id441737825452403"><emph>Wrap_count</emph>: the maximum number of values in each column.</paragraph> +<paragraph role="paragraph" id="par_id441737825452403"><emph>Wrap_count</emph>: the maximum number of values in each row.</paragraph> <paragraph role="paragraph" id="par_id411737825456380"><emph>Pad_with</emph>: (optional) a specified value to pad if there are insufficient number of values. By default, it returns #N/A to fill in the cells.</paragraph> <embed href="text/scalc/01/common_func.xhp#optional_args"/>
