Enum
ArrayArgumentInterpretation

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.

Declaration

cs-api-definition
IgnoreAllElements = 2

Field Value

ArrayArgumentInterpretation

UseAllElements

Use all elements of the array in the calculation.

Declaration

cs-api-definition
UseAllElements = 1

Field Value

ArrayArgumentInterpretation

UseFirstElement

Use only the first element of the array.

Declaration

cs-api-definition
UseFirstElement = 0

Field Value

ArrayArgumentInterpretation