Skip to main content

TdxSpreadSheetCustomConditionalFormatting.Assign(TdxSpreadSheetCustomConditionalFormatting) Method

Replaces the currently stored conditional formatting rules with rules obtained from another conditional formatting controller.

Declaration

procedure Assign(ASource: TdxSpreadSheetCustomConditionalFormatting); virtual;

Parameters

Name Type
ASource TdxSpreadSheetCustomConditionalFormatting

Remarks

Call this procedure to clear the rule list and repopulate it with rules obtained from another conditional formatting controller passed as the ASource parameter.

See Also