Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

WorkbookFunctions.CustomFunctions Property

Provides access to User-Defined Functions (UDF).

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

CustomFunctionCollection CustomFunctions { get; }

Property Value

Type Description
CustomFunctionCollection

A CustomFunctionCollection object that contains custom functions.

See Also