TdxSpreadSheetFunctionParamKindInfo Type
An array of ExpressSpreadSheet-compatible function parameter types.
Declaration
TdxSpreadSheetFunctionParamKindInfo = dxSpreadSheetCoreFormulas.TdxSpreadSheetFunctionParamKindInfo;
Referenced Class
Type |
---|
TdxSpreadSheetFunctionParamKindInfo |
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