# PasteRejectedCell

> _Since v3.0.0_

One cell whose paste a column's `onPaste` guard rejected.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `field` | <code>string</code> | The column field. |
| `rowIndex` | <code>number</code> | Index of the target row in the current data set. |
| `row` | <code>unknown</code> | The target row object. |
| `value` | <code>unknown</code> | The incoming value that was rejected (before any transform). |
| `reason` | <code><a href="/grid/plugins/clipboard/types/pasterejectionreason/">PasteRejectionReason</a></code> | Why it was rejected. |
