diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-03-02 13:19:34 +0100 |
---|---|---|
committer | Alain Romedenne <LibreOfficiant@gerrit.libreoffice.org> | 2022-03-04 14:05:24 +0100 |
commit | ba883f0c4bb56c10bbf2d0a675daa27c5cae7cfc (patch) | |
tree | e589a59419def901e947ffef6867d05c69cfdb4a | |
parent | 385b2a1c99550f8b49d8a4a2f83f89c9089b8943 (diff) |
Document SheetName property of the Calc service
Change-Id: I46411a2917c79059cda08212ded17c517fa49537
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130786
Tested-by: Jenkins
Reviewed-by: Alain Romedenne
-rw-r--r-- | source/text/sbasic/shared/03/sf_calc.xhp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/source/text/sbasic/shared/03/sf_calc.xhp b/source/text/sbasic/shared/03/sf_calc.xhp index b2c916e1c1..54b50a279b 100644 --- a/source/text/sbasic/shared/03/sf_calc.xhp +++ b/source/text/sbasic/shared/03/sf_calc.xhp @@ -405,6 +405,23 @@ </tablerow> <tablerow> <tablecell> + <paragraph id="par_id171591025595653" role="tablecontent" xml-lang="en-US" localize="false">SheetName</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id541591025591322" role="tablecontent" xml-lang="en-US">Yes</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id661591025591188" role="tablecontent" xml-lang="en-US">RangeName As String</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id101591025591289" role="tablecontent" xml-lang="en-US" localize="false">String</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id731591025591006" role="tablecontent" xml-lang="en-US">Returns the sheet name of a given range address.</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> <paragraph id="par_id591591025591635" role="tablecontent" xml-lang="en-US" localize="false">Sheets</paragraph> </tablecell> <tablecell> |