> For the complete documentation index, see [llms.txt](https://docs.mashmatrix.com/mashmatrix-sheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mashmatrix.com/mashmatrix-sheet/functions_about_displaying_data/change_column_width_and_height.md).

# Change Column Width / Height

To change the display width of the columns in the sheet, follow the steps below.

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

1. Drag the right edge of the column header.
2. If you move it to the left or right and drop it, it is possible to change the display width.

To change the display height of the column headers in the sheet, follow the steps below.

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

1. Drag the bottom edge of the column header.
2. If you move it to the up or down and drop it, it is possible to change the display height.

You can also restore the default height by double-clicking the bottom edge of the column header.

{% hint style="info" %}
If "Allow Wrapping" and "Use Vertical Writing Direction" option is enabled in the column setting, the label will be displayed properly in wrapped or in vertical writing form, according to the resize of column width / height. For details, see "[Change Column Setting / Basic Property](/mashmatrix-sheet/functions_about_displaying_data/change_column_setting/basic_information.md)".
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mashmatrix.com/mashmatrix-sheet/functions_about_displaying_data/change_column_width_and_height.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
