Skip to content

Commit

Permalink
worksheet: add very_hidden() method
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-labo committed Dec 26, 2023
1 parent 1b8a6fa commit d6e5931
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions worksheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ The following methods are available through a new worksheet:
* [activate](#activate)
* [select](#select)
* [hide](#hide)
* [very_hidden](#very_hidden)
* [set_first_sheet](#set_first_sheet)
* [protect](#protect)
* [unprotect_range](#unprotect_range)
Expand Down Expand Up @@ -1360,6 +1361,14 @@ you cannot hide the first worksheet without activating another sheet:
worksheet2.activate
worksheet1.hide

#### <a name="very_hidden" class="anchor" href="#very_hidden"><span class="octicon octicon-link" /></a>very_hidden()

The `very_hidden` method can be used to hide a worksheet similar to the
`hide` method. The difference is that the worksheet cannot be unhidden in
the the Excel user interface. The Excel worksheet "xlSheetVeryHidden" option
can only be unset programmatically by VBA.


#### <a name="set_first_sheet" class="anchor" href="#set_first_sheet"><span class="octicon octicon-link" /></a>set_first_sheet()

The `activate()` method determines which worksheet is initially selected.
Expand Down

0 comments on commit d6e5931

Please sign in to comment.