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