IWorkbook.GlobalCustomFunctions Property
In This Article
Provides access to a collection of custom functions which are not limited in scope to the workbook in which the functions reside.
Namespace: DevExpress.Spreadsheet
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