TExportAddRowEvent is called for every row when you use on-the-fly export or import.
Name | Type | Description |
---|---|---|
aExport | TOExport | The OExport sender object. |
aWorkSheet | TExportWorkSheet | The worksheet that is being processed. |
aRow | TExportRow | The row that is being processed. |
Update only the currently processed row aRow in this method call!!!
Do not add od remove any rows or change any other properties of the worksheet or export object!!!
Load only the rows from the currently processed row aRow in this method call!!!
Do not add od remove any rows or change any other properties of the worksheet or export object!!!