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

IWorkbook.CustomFunctions Property

Provides access to a collection of custom functions in a workbook.

Namespace: DevExpress.Spreadsheet

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

Declaration

CustomFunctionCollection CustomFunctions { get; }

Property Value

Type Description
CustomFunctionCollection

A CustomFunctionCollection collection of custom functions.

See Also