Skip to main content

Create(TdxSpreadSheetCustomConditionalFormatting) Constructor

Appends a new formula expression to the specified cell data provider‘s formula controller.

Declaration

constructor Create(const AOwner: TdxSpreadSheetCustomConditionalFormatting);

Parameters

Name Type
AOwner TdxSpreadSheetCustomConditionalFormatting

Remarks

This constructor supports the internal infrastructure and is not intended to be used directly from your code. The setter of both the Expression and Expression2 properties internally calls the Create constructor and populates the newly created formula container with tokens corresponding to functions, parameters, operators, constants, and cell references within the assigned formula expression string.

See Also