Skip to main content
A newer version of this page is available. .

WorkbookFunctions Interface

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

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v17.2.Core.dll

Declaration

public interface WorkbookFunctions

The following members accept/return WorkbookFunctions objects:

Library Related API Members
Cross-Platform Class Library IWorkbook.Functions
Office File API Workbook.Functions

Remarks

An object of the WorkbookFunctions class is available by using the IWorkbook.Functions property. Use the WorkbookFunctions.OverrideFunction method to override a worksheet built-in function. The method requires the function to be replaced and a custom function with which the built-in function will be replaced.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the WorkbookFunctions interface.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also