Skip to main content
A newer version of this page is available. .

Workbook.CustomFunctions Property

Provides access to a collection of custom functions in a workbook

Use of this property in production code requires a license to the DevExpress Document Server or the DevExpress Universal Subscription.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v17.2.dll

Declaration

public CustomFunctionCollection CustomFunctions { get; }

Property Value

Type Description
CustomFunctionCollection

A CustomFunctionCollection collection of custom functions.

See Also