# ROW

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

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

* *range* - der Bereich, von dem die Zeile zurückgegeben wird *- **Wertetyp**: Bereich*
* *rowIndex* - der Index der zurückzugebenden Zeile *- **Wertetyp**: Zahl (optional, Standardwert: 1)*

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

* Wenn *rowIndex* größer als die Anzahl der Zeilen in range oder kleiner als 1 ist, wird eine leere Zeile mit der gleichen Anzahl von Spalten wie *range* zurückgegeben.
* *rowIndex* kann den Text "last" enthalten. In diesem Fall wird die letzte Zeile von *range* zurückgegeben.

#### Beispiele

<figure><img src="/files/O5MW1dcIhtUVVjjrHeLX" 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/version-1.66-de/clearlines-funktionen/bereichs-funktionen/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.
