# PasteTarget

> _Since v0.4.2_

Target cell coordinates and bounds for paste operations *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `row` | <code>number</code> | Target row index (top-left of paste area) |
| `col` | <code>number</code> | Target column index (top-left of paste area) |
| `field` | <code>string</code> | Target column field name (for easy data mapping) |
| `bounds` | <code>object &#124; unknown</code> | Selection bounds that constrain the paste area. If set, paste data will be clipped to fit within these bounds. If null, paste expands freely from the target cell. |
