# INSERTRANGE

#### Syntax

**INSERTRANGE**(*range*; *insertRange*; *row*; *column*)

* *range* - der Bereich, in den *insertRange* eingefügt werden soll - ***Wertetyp**: Bereich*
* *insertRange* - der Bereich, der in *range* eingefügt werden soll - ***Wertetyp**: Bereich*
* *row* - die Zeilenposition des Bereichs, in den insertRange eingefügt werden soll - ***Wertetyp**: Zahl*
* *column* - die Spaltenposition des Bereichs, in den insertRange eingefügt werden soll - ***Wertetyp**: Zahl*

Die Funktion gibt einen neuen Bereich zurück, der Folgendes enthält

* *range*
* *insertRange,* beginnend an der Position (*row*,*column*). Die Werte von Range werden dort ersetzt.

#### Beispiele

![](/files/pjbtMp6L1pZKXMZZ2VlK)


---

# 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/insertrange.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.
