Skip to main content

IdxSpreadSheetConditionalFormattingOwner.FormulaController Property

Provides access to the formula controller that handles all conditional formatting expressions.

Declaration

property FormulaController: TdxSpreadSheetCustomFormulaController read;

Property Value

Type
TdxSpreadSheetCustomFormulaController

Remarks

You can call the FormulaController.Calculate procedure to force recalculation of all formula expressions used as rule formatting conditions. Refer to the TdxSpreadSheetCustomFormulaController class description for detailed information on the functionality provided by formula controllers.

See Also