IWbsFieldsRepository.EvaluateLocalizedFormula Method

Evaluates a localized Excel formula if needed, e.g. '=BoQXLS_Item'.
Function EvaluateLocalizedFormula( _ 
ByVal formula As String
) As String
This language is not supported or no code example is available.
string EvaluateLocalizedFormula( 
string formula 
)
This language is not supported or no code example is available.

Parameters

formula
string

An Excel formula to evaluate.

Return Value

string

The resultant text of the formula.

Remarks
 

The IWbsField.FieldName and IWbsField.SubHeader may contain whether a plain text, such as 'My field', or an Excel formula with variables and functions that contain an actual text or progress statement name, etc. For example, the formula: 
=BoQXLS_Progress & "-1" & getversionid(-1) 
may result in a text like: 
Progress-1 (C)

You need to call this method if you want to get the evaluated result of the formula that is displayed to the user.

Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition