# ExportCompleteDetail

> _Since v0.1.1_

Event detail emitted when export completes *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `format` | <code><a href="/grid/plugins/export/types/exportformat/">ExportFormat</a></code> | Format of the export |
| `fileName` | <code>string</code> | File name of the export |
| `rowCount` | <code>number</code> | Number of rows exported |
| `columnCount` | <code>number</code> | Number of columns exported |
