Table of Contents

TTMSFNCDataGridExcelIO.OnGetCellFormula Event

Fired for each cell during export to allow the application to supply a formula string instead of a literal value.

API unit family: TMSFNCDataGridExcelIO Declaring type: TTMSFNCDataGridExcelIO

Syntax

OnGetCellFormula: TFlxGetCellFormulaEvent;

Parameters

Name Description
Sender Excel IO component that fired the event.
DataGridCol Zero-based DataGrid column index.
DataGridRow Zero-based DataGrid row index.
Value Cell value being exported.
Formula Formula string to write to the worksheet cell.