TdxSpreadSheetCustomConditionalFormatting Methods
The base class for conditional formatting controllers in DevExpress controls.Name | Description |
---|---|
Add(TdxSpreadSheetCustomConditionalFormattingRuleClass,Untyped) | Creates a new rule with an empty list of affected cell ranges. |
Add(TRect,TdxSpreadSheetCustomConditionalFormattingRuleClass,Untyped) | Creates a new rule and applies it to the specified cell range. |
Assign(TdxSpreadSheetCustomConditionalFormatting) | Replaces the currently stored conditional formatting rules with rules obtained from another conditional formatting controller. |
BeginEditing | Initiates editing a set of conditional formatting rules applied to a worksheet or Grid View. |
BeginUpdate | Postpones all redraw operations that reflect appearance changes in the parent control until an EndUpdate procedure call. |
Clear | Deletes all conditional formatting rules applied to the parent control. |
EndEditing(Boolean) | Finishes editing a set of conditional formatting rules applied to a worksheet or Grid View. |
EndUpdate | Applies all pending changes and redraws the parent control after a BeginUpdate procedure call. |
Equals(TObject) | Inherited from TObject. |
FlushCache | Invalidates the calculated results of conditional expressions in all stored rules. |
GetHashCode | Inherited from TObject. |
ReferencesToString(TdxSpreadSheetAreaList) | Converts the specified cell area list to a delimited string of references. |
Remove(TdxSpreadSheetCustomConditionalFormattingRule) | Destroys the specified conditional formatting rule. |
ToString | Inherited from TObject. |
See Also