Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract code snippets from how-to-retrieve-a-list-of-the-hidden-worksheets-in-a-spreadsheet.md #293

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

mikeebowen
Copy link
Collaborator

Closes #281

…heets-in-a-spreadsheet.md and add missing project
Copy link
Contributor

Learn Build status updates of commit a72d776:

✅ Validation status: passed

File Status Preview URL Details
docs/spreadsheet/how-to-retrieve-a-list-of-the-hidden-worksheets-in-a-spreadsheet.md ✅Succeeded
samples/samples.sln ✅Succeeded
samples/spreadsheet/retrieve_a_list_of_the_hidden_rows_or_columns/cs/Program.cs ✅Succeeded
samples/spreadsheet/retrieve_a_list_of_the_hidden_worksheets/cs/Program.cs ✅Succeeded
samples/spreadsheet/retrieve_a_list_of_the_hidden_worksheets/vb/Program.vb ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

```
***

You can use the **GetHiddenSheets** method, to retrieve a list of the hidden worksheets in a workbook. The **GetHiddenSheets** method accepts a single parameter, a string that indicates the path of the file that you want to examine. The method works with the workbook you specify, filling a **[List\<T\>](https://msdn2.microsoft.com/library/6sh2ey19)** instance with a reference to each hidden **Sheet** object.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can use the **GetHiddenSheets** method, to retrieve a list of the hidden worksheets in a workbook. The **GetHiddenSheets** method accepts a single parameter, a string that indicates the path of the file that you want to examine. The method works with the workbook you specify, filling a **[List\<T\>](https://msdn2.microsoft.com/library/6sh2ey19)** instance with a reference to each hidden **Sheet** object.
You can use the **GetHiddenSheets** method, to retrieve a list of the hidden worksheets in a workbook. The **GetHiddenSheets** method accepts a single parameter, a string that indicates the path of the file that you want to examine. The method works with the workbook you specify, filling a **[List\<T\>](/dotnet/api/system.collections.generic.list-1)** instance with a reference to each hidden **Sheet** object.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can do a pass to convert all these to more modern links (and then to xrefs if we can get that enabled) later

@twsouthwick twsouthwick merged commit 80dda58 into OfficeDev:main Nov 29, 2023
3 checks passed
@mikeebowen mikeebowen deleted the extract-snippets branch November 29, 2023 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract code snippets from how-to-retrieve-a-list-of-the-hidden-worksheets-in-a-spreadsheet.md
2 participants