TdxSpreadSheetConditionalFormattingRuleExpression.Formulas Property
Provides indexed access to parsed and calculated expressions of the conditional formatting rule.
Declaration
property Formulas[AIndex: Integer]: TdxSpreadSheetConditionalFormattingExpression read;
Property Value
Type | Description |
---|---|
TdxSpreadSheetConditionalFormattingExpression | A conditional formatting expression. |
Remarks
Use Expression and Expression2 properties to assign expressions for formatting criteria calculations.
See Also