diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4c83e4c..01eb4deec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change Log - docs api: the editorConfig.customization.mobileForceView parameter is deprecated, please use the editorConfig.customization.mobile parameter instead +- macros: added hide unhide rows or columns in spreadsheet macro sample ## 6.2.0 - docspace js sdk: storybook link @@ -24,7 +25,6 @@ - 404 page - legacy version link - macros: added add comments and change cell colors in spreadsheet macro sample -- macros: added hide unhide rows or columns in spreadsheet macro sample ## 6.1.0 - docspace js sdk: react component diff --git a/site/pages/Docs/Plugin and Macros/Macros/Samples/Hide unhide rows columns/index.md b/site/pages/Docs/Plugin and Macros/Macros/Samples/Hide or unhide rows and columns/index.md similarity index 79% rename from site/pages/Docs/Plugin and Macros/Macros/Samples/Hide unhide rows columns/index.md rename to site/pages/Docs/Plugin and Macros/Macros/Samples/Hide or unhide rows and columns/index.md index 580a9a6ee..80a44bd72 100644 --- a/site/pages/Docs/Plugin and Macros/Macros/Samples/Hide unhide rows columns/index.md +++ b/site/pages/Docs/Plugin and Macros/Macros/Samples/Hide or unhide rows and columns/index.md @@ -4,7 +4,7 @@ order: ## Description -Hides or unhides specifed rows and/or columns in the spreadsheet. +Hides or unhides the specified rows and/or columns in the spreadsheet. @@ -31,7 +31,7 @@ Hides or unhides specifed rows and/or columns in the spreadsheet. })(); ``` -Methods used: GetActiveSheet, GetRange, GetRows, GetHidden, hideUnhideDetails, GetCols, SetHidden +Methods used: GetActiveSheet, GetRange, GetRows, GetHidden, GetCols, SetHidden ## Reference Microsoft VBA macro code @@ -48,4 +48,4 @@ End Sub -![Hide unhide rows columns](/assets/images/plugins/hide-unhide-rows-columns.png) +![Hide or unhide rows and columns](/assets/images/plugins/hide-unhide-rows-columns.png) diff --git a/site/pages/Docs/Plugin and Macros/Macros/Samples/index.md b/site/pages/Docs/Plugin and Macros/Macros/Samples/index.md index c03e16f8b..4fd45817f 100644 --- a/site/pages/Docs/Plugin and Macros/Macros/Samples/index.md +++ b/site/pages/Docs/Plugin and Macros/Macros/Samples/index.md @@ -130,11 +130,11 @@ In this example we are adding comments and changing the background colors of sel [More](Add%20comments%20and%20change%20cell%20colors%20in%20spreadsheet/index.md) -## Hide and unhide rows or columns in spreadsheet +## Hide or unhide rows and columns -In this example we are hiding or unhiding specifed rows or columns in the spreadsheet. +In this example we are hiding or unhiding specified rows and/or columns in the spreadsheet. -[More](Hide%20unhide%20rows%20columns/index.md) +[More](Hide%20or%20unhide%20rows%20and%20columns/index.md) ## Support