Table of Contents

TTMSFNCDataGridDataColumnCalculationOptions Record

Output formatting for a column calculation result: format type (integer or float), format string, and whether to merge the summary cell.

API unit family: TMSFNCDataGridData

Syntax

TTMSFNCDataGridDataColumnCalculationOptions = record

Fields and properties

Name Type Description
CalculationFormat string Format string applied to the calculated value, interpreted according to CalculationFormatType.
CalculationFormatType TTMSFNCDataGridDataCalculationFormatType How the calculated value is formatted, for example as a number, currency, or date.
MergeSummary Boolean True when the summary cell is merged across the columns it covers.
SummaryInHeader Boolean True when the summary is written into the header instead of a separate summary row.

Used by