Skip to main content

WorkbookFunctions.GlobalCustomFunctions Property

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

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

CustomFunctionCollection GlobalCustomFunctions { get; }

Property Value

Type Description
CustomFunctionCollection

A CustomFunctionCollection collection that contains custom functions.

See Also