CalculateFields.1 |
Scroll |
Calculates the values for the specified field and all fields with formulas this field needs for the calculation in a chained process.
Namespace: Therefore.API
Visual Basic Public Overridable Function CalculateFields ( _ nFieldNo As Integer _ ) As TheFieldCalculationResult C# public virtual TheFieldCalculationResult CalculateFields ( int nFieldNo )
Parameters nFieldNo The field number of the field that should be calculated. If a field in the formula has a formula too, this field will also be calculated, triggering a chain reaction. If a field that is being calculated is used in the formula of another, unrelated field, this other field will not be included in the calculation.
Return Value TheFieldCalculationResult with calculation results for all calculated fields. |