# Column widths and Row heights

The *Column widths* and *Row heights* properties define the column widths and row heights of a table widget.

#### Syntax

* For the *Column widths* property, a row widget with numbers is specified. The numbers define the column width of the table widget in pixels.
* For the *Row heights* property, a column widget with numbers is specified. The numbers define the row heights of the table widget in pixels.

#### Example

In this table widget, the column widths and row heights are specified by the two other widgets:

<div align="left"><figure><img src="/files/Ir8ifNozwOHH701R8K3B" alt=""><figcaption></figcaption></figure></div>


---

# 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.nedyx.com/nedyx/clearlines-functions/general-aspects/calculated-widget-properties/column-widths-and-row-heights.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.
