TdxSpreadSheetFunctionParamKindInfo Type
In This Article
An array of ExpressSpreadSheet-compatible function parameter types.
#Declaration
Delphi
TdxSpreadSheetFunctionParamKindInfo = dxSpreadSheetCoreFormulas.TdxSpreadSheetFunctionParamKindInfo;
#Referenced Class
Type |
---|
Tdx |
#Remarks
Refer to the TdxSpreadSheetFunctionParamKind type description for information on individual types of parameters that the built-in and custom ExpressSpreadSheet functions accept.
The AParamKind var parameter of the TdxSpreadSheetFunctionParamInfo procedural type references the TdxSpreadSheetFunctionParamKindInfo type, allowing you to determine a set of parameters that the custom function accepts.
See Also