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