# Get Type Of Cell

This is a pre-built action available under the **Captured Container Element** from the **SAP GUI Application**. The functionality of this action in Avo Assure is to fetch the type of a specific cell, identified by its row and column position and save the result in the dynamic variable.&#x20;

### Syntax&#x20;

**Input Value:** `<Row>;<Column>`&#x20;

{% hint style="warning" %}
***Note:** Index value of the row and column starts form **1.***
{% endhint %}

| Argument             | Description                                                                        |
| -------------------- | ---------------------------------------------------------------------------------- |
| \<Row> (Required)    | Provide the row index within the container where the action needs to be performed. |
| \<Column> (Required) | Provide the column number where the action should be applied.                      |

**Output Value**&#x20;

| Argument                       | Description                                                                |
| ------------------------------ | -------------------------------------------------------------------------- |
| \<Dynamic Variable> (Required) | This variable holds the cell type fetched from the specified cell.         |
| \<Dynamic Variable> (Optional) | This dynamic variable holds the execution status as **True** or **False.** |

**Example**&#x20;

**Retrieves the type of a 1st row and 1st column cell within the container**

The **GetTypeOfCell** action is used to retrieve the type of the cell located at the **1st row** and **1st column** within the container. The identified cell type **(e.g., GuiTextField)** is stored in the **{Cell Type}** variable.

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2F8kyy1deZsBbaylWDm19e%2Fimage.png?alt=media&#x26;token=884286d6-7c93-4ed3-abd2-f1b36a30bf48" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FysI4HqGOPIihBhZLt1V7%2Fimage.png?alt=media&#x26;token=4cee3a45-0a2f-4424-a218-d094ad49a9e0" alt="" width="381"><figcaption></figcaption></figure>
