# RANGETOROW

#### Syntax

**RANGETOROW**(*range*)

* *range* - the range, whose content should be transferred to a row of values - ***Value type**: a range with cells of any value type*

#### Remarks

* The function returns a row range, containing all rows of *range* subsequently, from left to right.
* The cells have the same value and value type as the according cells of *range*

#### Example

Here, the range *Wine list range* is converted into a row:

<figure><img src="/files/UIEOIYX0Wywy79rgCeov" 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/rangetorow.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.
