Enum
ArgumentType

Categorizes function arguments by their expected data type for validation and documentation purposes.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum ArgumentType

Fields

Any

Argument accepts any value type.

Declaration

cs-api-definition
Any = 0

Field Value

ArgumentType

Array

Argument expects an array or range of values.

Declaration

cs-api-definition
Array = 5

Field Value

ArgumentType

Logical

Argument expects a boolean (TRUE/FALSE) value.

Declaration

cs-api-definition
Logical = 1

Field Value

ArgumentType

Number

Argument expects a numeric value.

Declaration

cs-api-definition
Number = 2

Field Value

ArgumentType

Reference

Argument expects a cell or range reference.

Declaration

cs-api-definition
Reference = 4

Field Value

ArgumentType

Text

Argument expects a text string value.

Declaration

cs-api-definition
Text = 3

Field Value

ArgumentType

In this article
DefinitionFieldsAnyArrayLogicalNumberReferenceText
Not finding the help you need?
Contact Support