Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetFunctionParamKind Type

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

#Declaration

#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