CsvRow
| Field | Type | Description |
|---|---|---|
| columns | Array<string> | An array of column values. |
| csv | string | The row in CSV format. |
| order | number | The order of the row in the spreadsheet document. |
| remoteId | string | The unique identifier in the source. |
| sourceId | string | The source identifier. |
| document | Array<Spreadsheet> | The spreadsheet document the row belongs to. |