> For the complete documentation index, see [llms.txt](https://docs.dashcomb.com/dashcomb-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dashcomb.com/dashcomb-help-center/ide/layout-component/row.md).

# Row

RowとはSectionの中の区切りとなります。行コンポーネントをドラッグ＆ドロップすると、セクションの一行は初期２列に分けられて、さらに各列に複数の[UIコンポーネント](/dashcomb-help-center/ide/ui-component.md)を入れることが可能です。同じカラムに[UIコンポーネント](/dashcomb-help-center/ide/ui-component.md)を入れる度に、該当行の高さが自動的に増えます。また、一つのSection コンポーネントに複数のRow コンポーネントを入れることも可能です。

### 共通 <a href="#row-common" id="row-common"></a>

* **オブジェクト** 行オブジェクトの変数名
  * 行をドラッグ＆ドロップすると、そのオブジェクトが自動的に `row1`、`row2`... と名付けられます。
* **非表示** ONにすると、該当行が非表示になります。

### データ <a href="#row-data" id="row-data"></a>

* **コラム** 該当行のコラム数
  * 初期値は `2` で、2から8までの整数の入力が可能です。

### 行の作成

レイアウトコンポーネントタブ内の行をドラッグ＆ドロップすると、セクション内に設置された行が作成されます。

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

### レイアウトの変更

* ゴミ箱アイコンでColumnの削除ができます。
* プラスアイコンでColumnの追加ができます。
* ColumnとColumnの間にあるハンドルをドラッグすると幅を変更できます。

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


---

# 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.dashcomb.com/dashcomb-help-center/ide/layout-component/row.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.
