TdxSpreadSheetConditionalFormattingRuleCustomScaleStop.GetDefaultValueType Method
Returns the default ValueType property value.
Declaration
function GetDefaultValueType: TdxSpreadSheetConditionalFormattingRuleCustomScaleStopValueType; virtual;
Returns
Type |
---|
TdxSpreadSheetConditionalFormattingRuleCustomScaleStopValueType |
Remarks
The Create constructor calls this function internally to initialize the ValueType property.
The current GetDefaultValueType function implementation always returns cssvtLimitValue. Certain TdxSpreadSheetConditionalFormattingRuleCustomScaleStop class descendants override this function to underpin their design.
See Also