TdxSpreadSheetCustomConditionalFormattingRule.Clone Method
In This Article
Creates a copy of the conditional formatting rule and applies the created rule to the same areas.
#Declaration
Delphi
function Clone: TdxSpreadSheetCustomConditionalFormattingRule; overload;
#Returns
Type | Description |
---|---|
Tdx |
The created conditional formatting rule whose settings are copied from the current rule. Cast the returned object to the corresponding terminal Tdx Tip You can call the rule’s Class |
See Also