# Read range

Component getting data from the Google Sheets cell range. The component works correctly only inside the Excel application container

![](/files/iS5pfHpVCYNjrFLu593f)

Properties

* Range: \[String] Cell reader range (A1:D12). If nothong is specified, current selection will be used as range
* Sheet name: \[String] Sheet name
* Variable (text): \[List>] Variable for storing reading results
* Variable (info): \[List>] Variable for storing reading results with cell info
* Variable (table): \[System.Data.DataTable] Variable for storing reading results
* Headers row: First row contains headers (for table)

LTools.Office.Model.ExcelCellInfo - Properties:

* Value: \[LTools.Office.Model.CellValue] Cell value
* TextValue: \[String] Cell text value
* BackroundColor: \[System.Drawing.Color] Cell background color
* FontColor: \[System.Drawing.Color] Cell font color
* BorderType: \[LTools.Office.Model.ExcelBorderTypes?] Cell border type
* CustomBorderType: \[LTools.Office.Model.ExcelCustomBorderTypes\[]] Cell border type for ExcelBorderTypes.Custom
* Height: \[double?] Row height (determined by first cell)


---

# 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://astro-rpa.gitbook.io/astro-rpa-user-guide/g_elements/el_basic/gsheets/el_gsheets_readrange.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.
