WorkbookFunctions.GlobalCustomFunctions Property
Provides access to custom functions (User-Defined Functions (UDF)), defined globally.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
CustomFunctionCollection | A CustomFunctionCollection collection that contains custom functions. |
See Also