# ROW

#### Syntax <a href="#syntax.45" id="syntax.45"></a>

**ROW**(*range; rowIndex*)

* *range* - the range from which a row should be returned *- **Value type**: range*
* *rowIndex* - the index of the row to return *- **Value type**: integer (optional, default value: 1)*

#### Remarks <a href="#remarks.35" id="remarks.35"></a>

* If *rowIndex* is greater than the number of rows in *range* or smaller than 1, an empty row with the same amount of columns as *range* is returned.
* *rowIndex* can contain the text “last”. In this case, the last row of *range* is returned.

#### Example

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


---

# 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/range-functions/row.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.
