Skip to main content

WorkbookFunctions.CustomFunctions Property

Provides access to User-Defined Functions (UDF).

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

CustomFunctionCollection CustomFunctions { get; }

Property Value

Type Description
CustomFunctionCollection

A CustomFunctionCollection object that contains custom functions.

See Also