TdxSpreadSheetFunctionInfo.ResultKind Field
Specifies the type of a result that the function implementation routine is designed to return.
Declaration
ResultKind: TdxSpreadSheetFunctionResultKind
Field Value
Type |
---|
TdxSpreadSheetFunctionResultKind |
Remarks
Different Microsoft Excel-compatible function types can return different results, such as a single value, array, or certain accepted parameters depending on a certain condition. Refer to the TdxSpreadSheetFunctionResultKind type description for detailed information on all available options.
The TdxSpreadSheetFunctionsRepository.Add procedure uses the AResultKind parameter value to initialize the ResultKind field of a newly created function signature.
See Also