EnumArrayArgumentInterpretation
Enum
Defines how array arguments should be interpreted: use the first element only, use all elements, or ignore all elements.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public enum ArrayArgumentInterpretation
Fields
IgnoreAllElements
Ignore all elements of the array.
UseAllElements
Use all elements of the array in the calculation.
UseFirstElement
Use only the first element of the array.