diff options
Diffstat (limited to 'source/text/scalc/01/func_expand.xhp')
-rw-r--r-- | source/text/scalc/01/func_expand.xhp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/source/text/scalc/01/func_expand.xhp b/source/text/scalc/01/func_expand.xhp index 8058c054c3..fa424aaede 100644 --- a/source/text/scalc/01/func_expand.xhp +++ b/source/text/scalc/01/func_expand.xhp @@ -24,9 +24,9 @@ <h1 id="hd_id901708806478126"><variable id="h1"><link href="text/scalc/01/func_expand.xhp">EXPAND</link></variable></h1> <paragraph id="par_id771708806478128" role="paragraph">Expand an array by adding rows or columns.</paragraph> </section> -<note id="par_id131711543270539">Enter the formula as an <link href="text/scalc/01/04060107.xhp">array formula</link>.</note> +<embed href="text/scalc/01/common_func.xhp#array"/> <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> -<paragraph role="code" id="par_id601738075517060"><input>=EXPAND(Array;Rows;[Columns];[Pad_with])</input> </paragraph> +<paragraph role="code" id="par_id601738075517060">=EXPAND(Array; Rows [; Columns [; Pad_with]]) </paragraph> <paragraph role="paragraph" id="par_id81738076052161"><emph>Array</emph>: the array or range to expand by the number of rows and/or columns.</paragraph> <paragraph role="paragraph" id="par_id191738076047602"><emph>Rows</emph>: the final number of rows the array will expand. Default is total rows.</paragraph> <paragraph role="paragraph" id="par_id1001738076043608"><emph>Columns</emph>: (optional) The final number of columns the array will expand. Default is total columns.</paragraph> @@ -84,6 +84,12 @@ <embed href="text/scalc/01/func_torow.xhp#h1"/> <embed href="text/scalc/01/func_wrapcols.xhp#h1"/> <embed href="text/scalc/01/func_wraprows.xhp#h1"/> + <embed href="text/scalc/01/func_chooserows.xhp#h1"/> + <embed href="text/scalc/01/func_choosecols.xhp#h1"/> + <embed href="text/scalc/01/func_vstack.xhp#h1"/> + <embed href="text/scalc/01/func_hstack.xhp#h1"/> + <embed href="text/scalc/01/func_drop.xhp#h1"/> + <embed href="text/scalc/01/func_take.xhp#h1"/> <tip id="par_id701677016751508"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/EXPAND">EXPAND wiki page</link>.</tip> </section> </body> |