Table of Contents

TTMSFNCDataGridDataCalculationOptions Class

Controls which rows and columns participate in aggregate calculations: IncludeHiddenRows, IncludeHiddenColumns.

API unit family: TMSFNCDataGridData Inherits from: TPersistent

Syntax

TTMSFNCDataGridDataCalculationOptions = class(TPersistent)

Properties

Name Description
AutoUpdate When True, column and row calculations are recalculated automatically after cell data changes.
IncludeHiddenColumns When True (default), hidden columns are included in aggregate calculations. Set to False to exclude them.
IncludeHiddenRows When True (default), hidden rows are included in aggregate calculations. Set to False to exclude them.

Used by