TExportProgressEventArgs Record
Arguments passed in the ExportProgress event.
Syntax
Unit: UAdvGridExcelBridgeCore
TExportProgressEventArgs = record;
Constructors
Name | Description |
---|---|
Create | Initializes the record. |
Properties
Name | Description |
---|---|
SheetNum | Number of the sheet we are exporting/importing. This only applies when exporting TAdvWorkbook objects. |
SheetTot | Total number of sheets to export/import. This only applies to TAdvWorkbook objects. |
RowNum | Number of the row that is being exported/imported. |
RowTot | Total numbers of rows to export/import. |