[This is preliminary documentation and subject to change.]
Occurs when a row is being exported from the JET database.
The event handler receives an argument of type JetRowExportedEventArgs containing data related to this event. The following JetRowExportedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| RowCount | Gets the total number of rows to be exported. |
| RowIndex | Gets the index of the row currently being exported. |
| Table | Gets the JetTable object that is being exported. |
JetExport Class | Primeworks.DataPortSync.Jet Namespace