> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Table Element

> AI context for Table Element. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/ntop/table-element).

## Summary

Access an element in a table from row and column indices.

## Package Details

| Field            | Value                                                 |
| ---------------- | ----------------------------------------------------- |
| **ID**           | `table-element`                                       |
| **Type**         | Block                                                 |
| **Author**       | nTop                                                  |
| **Version**      | 1.0.0                                                 |
| **nTop Version** | 5.44+                                                 |
| **Domain**       | Geometry                                              |
| **Complexity**   | Beginner                                              |
| **Tags**         | `table`, `element`, `row`, `column`, `lookup`, `data` |
| **License**      | MIT                                                   |
| **Verified**     | Yes                                                   |

***

Access an element in a table from row and column indices.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/ntop/table-element/`.

## Inputs

| Name     | Type    | Description     |
| -------- | ------- | --------------- |
| `Table`  | table   | Starting table  |
| `Row`    | Integer | Index of row    |
| `Column` | Integer | Index of column |

## Outputs

| Name    | Type | Description                                       |
| ------- | ---- | ------------------------------------------------- |
| `Any_0` | Text | Extracts the corresponding element from the table |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/table-element](https://community.ntop.com/packages/ntop/table-element)
