<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@native-html/heuristic-table-plugin](./heuristic-table-plugin.md) &gt; [TableCell](./heuristic-table-plugin.tablecell.md)

## TableCell interface

A cell is a unit of display for one `th` or `td` in a table, with coordinates and lengths relative to the matrix (rows, columns) coordinate system.

<pre> 0 1 2 → x 1 . . 2 . . ↓ y </pre>

<b>Signature:</b>

```typescript
export interface TableCell extends DisplayCell 
```
<b>Extends:</b> [DisplayCell](./heuristic-table-plugin.displaycell.md)

## Remarks


## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [type](./heuristic-table-plugin.tablecell.type.md) | 'cell' |  |
|  [width](./heuristic-table-plugin.tablecell.width.md) | number |  |

