TdxSpreadSheetCustomFormula.ResultValue Property
Provides access to the properties and methods related to parsing the formula expression’s source text.
Declaration
property ResultValue: TdxSpreadSheetFormulaResult read;
Property Value
Type |
---|
TdxSpreadSheetFormulaResult |
Remarks
Normally, this property supports the internal infrastructure and is not intended to be used directly from your code. To obtain the formula calculation result, use the Value property instead.
See Also