# 列の削除

シート内に表示されている列を削除するには、以下の手順に従います。

1. 削除したい列のヘッダメニューをクリックし、「列を削除」を選択します。
2. 確認ダイアログが表示されるので、右下に表示されている「削除」ボタンをクリックして、列を削除します。

シートのヘッダの最右端にあるヘッダメニューから「列を削除」を選んだ場合は、複数の列を一度に削除することが可能です。

1. ダイアログが表示され、シートに含まれる列の一覧が表示されます。現在非表示となっている列はグレー色のテキストでリストされます。
2. 削除したい列をチェックボックスで複数個選択し、「削除」ボタンをクリックします。
3. 確認ダイアログが表示されるので、右下に表示されている「削除」ボタンをクリックして、列を削除します。

{% 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_displaying_data/delete_column.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.
