# 書式設定

各系列値の列および内部列に対して、色やアイコンなど列データの見た目のスタイルに関する設定を通常の列と同様に追加することができます。

書式設定を追加するには、それぞれのヘッダのメニューから「設定」を選び、「書式設定」タブからスタイルを変更します。

## 系列値の列の書式設定

特定の系列値の列の書式設定を追加すると、その系列値に対応するすべての内部列に対して書式設定が適用されます。内部列において書式設定されている場合は、系列の書式設定は上書きされます。

{% hint style="warning" %}
系列値の列の書式設定では条件付き書式設定は利用できません。
{% 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_advanced/time_series_matrix_transformation/format.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.
