TTMSFNCDataGridExcelIO.OnCellFormat Event
Fired for each cell during import/export to allow the application to override the FlexCel cell format.
API unit family: TMSFNCDataGridExcelIO
Declaring type: TTMSFNCDataGridExcelIO
Syntax
OnCellFormat: TFlxFormatCellGenericEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Excel IO component that fired the event. |
DataGridCol |
Zero-based DataGrid column index. |
DataGridRow |
Zero-based DataGrid row index. |
XlsCol |
One-based worksheet column index. |
XlsRow |
One-based worksheet row index. |
Value |
Cell value being formatted. |
Format |
FlexCel format record to apply to the cell. |