Enum ArgumentType
Categorizes function arguments by their expected data type for validation and documentation purposes.
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum ArgumentType
Any
Argument accepts any value type.
Array
Argument expects an array or range of values.
Logical
Argument expects a boolean (TRUE/FALSE) value.
Number
Argument expects a numeric value.
Reference
Argument expects a cell or range reference.
Text
Argument expects a text string value.