Enum ArgumentInterpretation
Defines how a function argument value should be interpreted during evaluation: used as-is, treated as error, ignored, or converted to a default value.
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum ArgumentInterpretation
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.