EnumArgumentInterpretation
Enum
Defines how a function argument value should be interpreted during evaluation: used as-is, treated as error, ignored, or converted to a default value.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public enum ArgumentInterpretation
Fields
ConvertToDefault
Convert the argument to its default value for the expected type.
Ignore
Ignore this argument in the calculation.
TreatAsError
Treat the argument as an error value.
UseAsIs
Use the argument value without conversion.