Create(TdxSpreadSheetConditionalFormattingRuleCustomScale) Constructor
Creates a new threshold value for the specified threshold-based conditional formatting rule.
Declaration
constructor Create(AOwner: TdxSpreadSheetConditionalFormattingRuleCustomScale); virtual;
Parameters
Name | Type |
---|---|
AOwner | TdxSpreadSheetConditionalFormattingRuleCustomScale |
Remarks
This constructor supports the internal infrastructure and is not intended to be used directly from your code. All threshold-based conditional formatting rules internally call the Create constructor to create a required number of threshold values.
This constructor appends a new threshold value to the threshold collection of a conditional formatting rule passed as the AOwner parameter, and initializes the newly created threshold’s Value and ValueType properties to 0 and the GetDefaultValueType function result, respectively.
Note that certain TdxSpreadSheetConditionalFormattingRuleCustomScaleStop class descendants override the Create constructor to initialize their class-specific properties.