IWorkbook.CustomFunctions Property
In This Article
Provides access to a collection of custom functions in a workbook.
Namespace: DevExpress.Spreadsheet
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