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

WorkbookFunctions.GlobalCustomFunctions Property

Provides access to custom functions (User-Defined Functions (UDF)), defined globally.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

CustomFunctionCollection GlobalCustomFunctions { get; }

Property Value

Type Description
CustomFunctionCollection

A CustomFunctionCollection collection that contains custom functions.

See Also