TdxSpreadSheetCustomConditionalFormattingRule Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new conditional formatting rule in the specified conditional formatting controller. |
Create |
Initializes a new instance of the Tdx |
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Area | Deprecated. Specifies the target cell range. |
Areas | Specifies target cell ranges. |
Index | Specifies the conditional formatting rule’s index in the parent conditional formatting controller. |
Owner | Provides access to the parent conditional formatting controller. |
Stop |
Specifies if the parent conditional formatting controller evaluates other rules with lower priority that are applied to the same areas if the current rule’s condition is met. |
#Methods
Name | Description |
---|---|
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Begin |
Postpones all redraw operations that reflect appearance changes in the parent control until an End |
Clone | Creates a copy of the conditional formatting rule and applies the created rule to the same areas. |
Clone |
Creates a copy of the conditional formatting rule and applies the created rule to all target areas. |
Clone |
Creates a copy of the conditional formatting rule and applies the created rule to the specified cell range. |
End |
Applies all pending changes and redraws the parent control after a Begin |
Equals |
Inherited from TObject. |
Get |
Returns the conditional formatting rule’s name for the “Conditional Formatting Rules Manager” dialog. |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
Load |
Loads the conditional formatting rule’s settings from a stream via the specified stream reader. |
Query |
Inherited from TInterfaced |
Save |
Saves the conditional formatting rule’s settings to a stream via the specified stream writer. |
To |
Inherited from TObject. |
See Also