# シートの非表示

シートを一時的に非表示にするには、以下の手順に従います。

<figure><img src="/files/wjkR8BQtaTyU0VHlbJsS" alt=""><figcaption></figcaption></figure>

1. シートメニューをクリックし、「非表示」を選択します。
2. シートタブの一覧から該当のシートが非表示になります。

一旦非表示となったシートは、シートタブの右端にあるメニューから再度表示状態にできます。

<figure><img src="/files/pBMMDeZGeMmLzag8A7Rm" alt=""><figcaption></figcaption></figure>

あるいは、[ブックの設定変更 > シートタブ](/mashmatrix-sheet/ja/functions_about_books_sheets/change_book_setting.md#shto)から、非表示に設定したシートを選んで表示状態にすることも可能です。

<figure><img src="/files/3esrvXwIf01GH23pdEj2" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
非表示状態のシートであっても、フィルタの参照値や数式の計算対象としてシート内の値を参照できます。そのため、データ取得のための中間シートは非表示に設定し、ユーザから見えない状態にしておくことで、不必要に元データにアクセスされることを防げます。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mashmatrix.com/mashmatrix-sheet/ja/functions_about_books_sheets/hide_sheet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
