Skip to main content
Row

IWorkbook.GlobalCustomFunctions Property

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

CustomFunctionCollection GlobalCustomFunctions { get; }

Property Value

Type Description
CustomFunctionCollection

A CustomFunctionCollection collection of custom functions.

See Also