TdxSpreadSheetConditionalFormattingRuleCustomScale Class
In This Article
The base class for all classes that implement threshold-based conditional formatting rules.
#Declaration
Delphi
TdxSpreadSheetConditionalFormattingRuleCustomScale = class(
TdxSpreadSheetConditionalFormattingCustomRule,
IcxStoredParent
)
#Remarks
This class implements the core functionality required by Two Color Scale, Three Color Scale, Data Bar, and Icon Set conditional formatting rules.
You do not need to create instances of the `TdxSpreadSheetConditionalFormattingRuleCustomScale class. Use its descendants instead.
#Implements
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TdxSpreadSheetCustomConditionalFormattingRule
TdxSpreadSheetConditionalFormattingCustomRule
TdxSpreadSheetConditionalFormattingRuleCustomScale
See Also