TTMSFNCDataGridExcelIO.OnProgress Event
Fired periodically during import or export to report progress (current row, total rows).
API unit family: TMSFNCDataGridExcelIO
Declaring type: TTMSFNCDataGridExcelIO
Syntax
OnProgress: TTMSFNCDataGridIOProgressEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Excel IO component that fired the event. |
SheetNum |
One-based worksheet index currently being processed. |
SheetTot |
Total number of worksheets being processed. |
RowNum |
Current row progress within the worksheet. |
RowTot |
Total row count for the current operation. |