Enum ArgumentInterpretation
Enumeration describing the way an argument conversion should be interpreted.
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum ArgumentInterpretation
ConvertToDefault
ConvertToDefault argument interpretation.
Ignore
Ignore argument interpretation.
TreatAsError
TreatAsError argument interpretation.
UseAsIs
UseAsIs argument interpretation.