# CELL

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

**CELL**(*range*; *rowIndex*; *columnIndex*)

* *range* - eine Reihe von Werten - ***Wertetyp**: Bereich*
* *rowIndex* - der Index der Zeile der Zelle, die zurückgegeben werden soll - ***Wertetyp**: Zahl (optional, Standardwert: 1)*
* *columnIndex* - der Index der Spalte der Zelle, die zurückgegeben werden soll - ***Wertetyp**: Zahl (optional, Standardwert: 1)*

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

* Die Funktion kann entweder mit 1 oder 3 Parametern aufgerufen werden.
* *rowIndex* und/oder *columnIndex* können den Text "last" enthalten. In diesem Fall wird die letzte Zeile oder die letzte Spalte des Bereichs verwendet als Index.

#### Beispiel

<figure><img src="/files/mGxUbHh2DTM8gq1aGfRa" 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.83-de/nedyx/clearlines-funktionen/bereichs-funktionen/cell.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.
