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

TdxSpreadSheetFunctionInfo.ResultKind Field

Specifies the type of a result that the function implementation routine is designed to return.

#Declaration

#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