<!-- 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; [HeuristicTablePluginConfig](./heuristic-table-plugin.heuristictablepluginconfig.md) &gt; [getStyleForCell](./heuristic-table-plugin.heuristictablepluginconfig.getstyleforcell.md)

## HeuristicTablePluginConfig.getStyleForCell() method

Customize cells appearance with this function.

<b>Signature:</b>

```typescript
getStyleForCell?(cell: TableCell): ViewStyle | null;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  cell | [TableCell](./heuristic-table-plugin.tablecell.md) | The cell for which styles should be provided. |

<b>Returns:</b>

ViewStyle \| null

