TTMSFNCDataGridData.OnAfterSetColumnCalculation Event
Fired after writing a column calculation result to a cell.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
OnAfterSetColumnCalculation: TTMSFNCDataGridDataAfterSetColumnCalculationEvent;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate receiving the calculation result. |
AColumnCalculation |
Column calculation data that produced the result. |
AName |
Calculation namespace/name used for the stored result. |
AValue |
Value written to the cell. Adjust this value to change the stored result. |