Create(IdxSpreadSheetConditionalFormattingOwner) Constructor
Creates a new conditional formatting controller for the specified worksheet or conditional formatting provider for a data controller.
Declaration
constructor Create(const AOwner: IdxSpreadSheetConditionalFormattingOwner); virtual;
Parameters
Name | Type | Description |
---|---|---|
AOwner | IdxSpreadSheetConditionalFormattingOwner | A worksheet or conditional formatting provider. |
Remarks
This constructor is called automatically for a newly created Table View worksheet or conditional formatting provider instance passed as the AOwner parameter. The Create constructor calls the inherited constructor, creates an empty conditional formatting rule list, and a cache for storing evaluation results for conditional expressions and lists of areas affected by the rules.
See Also