TdxSpreadSheetFunctionParamKind Type
In This Article
Enumerates types of parameters that Microsoft Excel-compatible functions accept.
#Declaration
Delphi
TdxSpreadSheetFunctionParamKind = dxSpreadSheetCoreFormulas.TdxSpreadSheetFunctionParamKind;
#Referenced Class
Type |
---|
Tdx |
#Remarks
Options include:
Value | Description |
---|---|
fpk |
A parameter is mandatory; accepts a single cell value or an array of values stored within a cell range. |
fpk |
A parameter is mandatory; accepts an array of values stored within a cell range. |
fpk |
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). |
fpk |
A parameter is optional; accepts a single cell value or an array of values stored within a cell range. |
fpk |
A parameter is optional; accepts an array of values stored within a cell range. |
fpk |
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