Skip to content

Commit

Permalink
UPDATE index.md FIX grmticl errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eeshaansawant committed Dec 23, 2024
1 parent 17b657c commit ead06ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- This code snippet is shown in the screenshot. -->

Expand All @@ -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

Expand All @@ -48,4 +48,4 @@ End Sub

<!-- imgpath -->

![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)
6 changes: 3 additions & 3 deletions site/pages/Docs/Plugin and Macros/Macros/Samples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ead06ec

Please sign in to comment.