<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@native-html/table-plugin](./table-plugin.md) &gt; [HTMLTableStats](./table-plugin.htmltablestats.md)

## HTMLTableStats interface

An object holding information on the table shape.

<b>Signature:</b>

```typescript
export interface HTMLTableStats 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [numOfChars](./table-plugin.htmltablestats.numofchars.md) | number | Number of text characters. |
|  [numOfColumns](./table-plugin.htmltablestats.numofcolumns.md) | number | Number of columns. |
|  [numOfRows](./table-plugin.htmltablestats.numofrows.md) | number | Number of rows, header included |

