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

dxSpreadSheetFunctions Unit

#Classes

Name Description
TdxSpreadSheetFunctionInfo A function signature in the spreadsheet function repository.
TdxSpreadSheetFunctionsRepository Stores all function signatures available to the spreadsheet formula engine.

#Enums

Name Description
TdxSpreadSheetFunctionType Enumerates available categories in the functions repository.

#Methods

Name Description
dxSpreadSheetFunctionsRepository Provides access to the repository of function signatures available to the spreadsheet formula engine.
dxSpreadSheetFunctionTypeNameAsResString(TdxSpreadSheetFunctionType) Returns a pointer to the resource string that stores the name of the specified function category.
dxSpreadSheetFunctionTypeNameAsString(TdxSpreadSheetFunctionType) Returns the specified function category‘s display name.

#Types

Name Description
TdxSpreadSheetFunction The procedural type for implementation routines of spreadsheet function signatures.
TdxSpreadSheetFunctionParamInfo The procedural type for syntax specification in spreadsheet function signatures.