Skip to main content

TdxSpreadSheetFunctionParamKind Type

Enumerates types of parameters that Microsoft Excel-compatible functions accept.

Declaration

TdxSpreadSheetFunctionParamKind = dxSpreadSheetCoreFormulas.TdxSpreadSheetFunctionParamKind;

Referenced Class

Type
TdxSpreadSheetFunctionParamKind

Remarks

Options include:

Value Description
fpkValue A parameter is mandatory; accepts a single cell value or an array of values stored within a cell range.
fpkArray A parameter is mandatory; accepts an array of values stored within a cell range.
fpkUnlimited A parameter is mandatory; accepts an open-ended list of individual cell values or cell ranges separated by commas (the number of values ranges between 1 and 255, inclusive).
fpkNonRequiredValue A parameter is optional; accepts a single cell value or an array of values stored within a cell range.
fpkNonRequiredArray A parameter is optional; accepts an array of values stored within a cell range.
fpkNonRequiredUnlimited A parameter is optional; accepts an open-ended list of individual cell values or cell ranges separated by commas (the number of values ranges between 0 and 255, inclusive).

The TdxSpreadSheetFunctionParamKindInfo type references the TdxSpreadSheetFunctionParamKind type.

See Also