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

WorkbookFunctions Members

In This Article
Provides access to worksheet functions and enables you to override a built-in function.

#Properties

Name Description
Compatibility Provides access to built-in Compatibility Functions.
CustomFunctions Provides access to User-Defined Functions (UDF).
Database Provides access to built-in Database Functions.
DateAndTime Provides access to built-in Date and Time Functions.
Engineering Provides access to built-in Engineering Functions.
Financial Provides access to built-in Financial Functions.
GlobalCustomFunctions Provides access to custom functions (User-Defined Functions (UDF)), defined globally.
Informational Provides access to built-in Information Functions.
Item[String] Gets a built-in function by its name.
Logical Provides access to built-in Logical Functions.
LookupAndReference Provides access to built-in Lookup and Reference Functions.
Math Provides access to built-in Mathematical Functions
Statistical Provides access to built-in Statistical Functions.
Text Provides access to built-in Text Functions.
Web Provides access to built-in Web Functions.

#Methods

Name Description
OverrideFunction(String, ICustomFunction, Boolean) Replaces the built-in function specified by its name with a custom function.
OverrideFunction(String, ICustomFunction) Replaces the built-in function specified by its name with a custom function.
See Also