# ExportedCellChange

A list of cells which values changed after the operation, their absolute addresses and new values.

## Constructors

### constructor 

\+ **new ExportedCellChange**(`address`: [SimpleCellAddress](../interfaces/simplecelladdress.md), `newValue`: [CellValue](../globals.md#cellvalue)): *[ExportedCellChange](exportedcellchange.md)*

*Defined in [src/Exporter.ts:24](https://github.com/handsontable/hyperformula/blob/e2ced02/src/Exporter.ts#L24)*

**Parameters:**

Name | Type |
------ | ------ |
`address` | [SimpleCellAddress](../interfaces/simplecelladdress.md) |
`newValue` | [CellValue](../globals.md#cellvalue) |

**Returns:** *[ExportedCellChange](exportedcellchange.md)*

## Properties

### address

• **address**: *[SimpleCellAddress](../interfaces/simplecelladdress.md)*

*Defined in [src/Exporter.ts:26](https://github.com/handsontable/hyperformula/blob/e2ced02/src/Exporter.ts#L26)*

___

### newValue

• **newValue**: *[CellValue](../globals.md#cellvalue)*

*Defined in [src/Exporter.ts:27](https://github.com/handsontable/hyperformula/blob/e2ced02/src/Exporter.ts#L27)*

## Accessors

### col 

• **get col**(): *number*

*Defined in [src/Exporter.ts:31](https://github.com/handsontable/hyperformula/blob/e2ced02/src/Exporter.ts#L31)*

**Returns:** *number*

___

### row 

• **get row**(): *number*

*Defined in [src/Exporter.ts:35](https://github.com/handsontable/hyperformula/blob/e2ced02/src/Exporter.ts#L35)*

**Returns:** *number*

___

### sheet 

• **get sheet**(): *number*

*Defined in [src/Exporter.ts:39](https://github.com/handsontable/hyperformula/blob/e2ced02/src/Exporter.ts#L39)*

**Returns:** *number*

___

### value 

• **get value**(): *[CellValue](../globals.md#cellvalue)*

*Defined in [src/Exporter.ts:43](https://github.com/handsontable/hyperformula/blob/e2ced02/src/Exporter.ts#L43)*

**Returns:** *[CellValue](../globals.md#cellvalue)*