TTMSFNCDataGridData.OnLoadCellData Event
Fired during file load to transform cell values during import.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
OnLoadCellData: TTMSFNCDataGridDataCellDataEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Data object that fired the event. |
AColumn |
Zero-based column index of the imported cell. |
ARow |
Zero-based row index of the imported cell. |
AValue |
Imported cell value. Adjust this value to transform the import. |