Back to Devexpress

WorkbookFunctions.GlobalCustomFunctions Property

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-workbookfunctions-0a27933a.md

latest1.7 KB
Original Source

WorkbookFunctions.GlobalCustomFunctions Property

Provides access to custom functions (User-Defined Functions (UDF)), defined globally.

Namespace : DevExpress.Spreadsheet.Functions

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CustomFunctionCollection GlobalCustomFunctions { get; }
vb
ReadOnly Property GlobalCustomFunctions As CustomFunctionCollection

Property Value

TypeDescription
CustomFunctionCollection

A CustomFunctionCollection collection that contains custom functions.

|

See Also

User-Defined Functions (UDF)

GlobalCustomFunctions

WorkbookFunctions Interface

WorkbookFunctions Members

DevExpress.Spreadsheet.Functions Namespace