Defines the type of a function parameter.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public enum ParameterType| Name | Description |
|---|---|
| Single | A single value (number, string, logical, cell, etc.). |
| Collection | A collection of values (range or multiple arguments). |
| Sequence | Multiple single values (repeating single parameters). |
| Group | All remaining arguments, each kept as its own group (range shape preserved) rather than flattened. Used by functions with repeating range/criteria pairs or multiple arrays (COUNTIFS, SUMIFS, SUMPRODUCT, IFS, SWITCH, CHOOSE). |