Skip to main content

TdxSpreadSheetConditionalFormattingCustomRule Class

The base class for all classes that implement conditional formatting rules.

Declaration

TdxSpreadSheetConditionalFormattingCustomRule = class(
    TdxSpreadSheetCustomConditionalFormattingRule
)

Remarks

This class implements the numeric cell value evaluation functionality common to all conditional formatting rules. The TdxSpreadSheetConditionalFormattingCustomRule class does not introduce any new public members.

You do not need to create instances of the TdxSpreadSheetConditionalFormattingCustomRule class. Use its descendants instead.

See Also