WorkbookFunctions.GlobalCustomFunctions Property
In This Article
Provides access to custom functions (User-Defined Functions (UDF)), defined globally.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
CustomFunctionCollection GlobalCustomFunctions { get; }
#Property Value
Type | Description |
---|---|
Custom |
A Custom |
See Also