TdxSpreadSheetCustomFormula.ActualValue Property
Returns the formula expression’s calculation result.
Declaration
property ActualValue: Variant read;
Property Value
Type |
---|
Variant |
Remarks
Unlike the Value property, ActualValue returns 0 if the Value is either Null or Unassigned.
See Also